Is jQuery a W3C standard?
Answers were Sorted based on User's Feedback
Jquery is not a w3c standard,it is just a javascript library.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain .live()? : jquery mobile
Explain event.preventdefault? : jquery mobile
Can you please explain the difference between .js and .min.js? : jquery mobile
What is jquery mobile theming? : jquery mobile
What are the advantages of jQuery?
What to do to select element having a particular class (".selected")? : jquery mobile
Is it possible to use other client side libraries like MooTools, Prototype along with jQuery?
How to use migrate jQuery plugin?
Difference between $(this) and 'this' in jQuery?
What are the slow selectors in jQuery?
Tell me do I need to add the jquery file both at the master page and content page as well?
What does $("div.parent") will select?