So this is a more general question. There are hundred of questions on why this and that returns this error but I want to get a deeper understanding to quicker solve these kind of issues. Or just learn something new. If someone can find a reference to an explanation I will be happy to close the question but I just couldn't find one.
- What is it that is missing?
- Is it the browsers javascript compiler that throws the error or is it jQuery?
- What are the Object[object Object]?
Object[object Object]is the default return value of thetoStringmethod found on all objects. (almost everything is an object)