Search Results

10
votes
5answers
415 views

Reserved Keywords in Javascript

What Javascript keywords (function names, variables, etc) are reserved? …
2
votes
3answers
7k views

jQuery $().find problem

I'm trying to get the contents of a XML document element, but the element has a colon in it's name. This line works for every element but the ones with a colon in the name: …