Which is the starting point of code execution in jQuery?
Answer Posted / chaitanya
The starting point of jQuery code execution is $(document).ready() function which is executed when DOM is loaded.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell me what does dollar sign ($) means in jquery? : jquery mobile
How to use transition effects? : jQuery Mobile
Please explain remove class jquery with example?
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
What is the difference between find and children methods in jquery?
Tell me is jquery a w3c standard? : jquery mobile
What is jquery a client or server scripting?
Define url paremeter of jquery ajax method?
How to use connect?
Explain the use of jquery .each() function? : jquery mobile
What is difference between .setinterval() and .delay() ?
What is the difference between $(this) and 'this' in jquery?
Explain .empty() vs .remove() vs .detach().
How do you check or uncheck a checkbox input or radio button?
Explain width() vs css(‘width’)?