So far reading all your post today points to one thing in common.
You don't really distinguish between types of objects (ie array,
string, objects etc)
https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference
Go there and learn about objects first. Hope it helps.
On Jan 13, 5:04 pm, sam
I didn't read your whole post.
However, you should read the docs to be sure functions are returning
what you think they are returning.
.attr("one param") will return a String of that attribute...
so you cannot then call ".val()" because .val() is not a method that
String has.
.val() should work
2 matches
Mail list logo