JQuery Programmer Question:
Download Job Interview Questions and Answers PDF
How to binds a function to be executed whenever the DOM is ready to be traversed and manipulated using jQuery?
Answer:
The ready(fn) function binds a function to be executed whenever the DOM is ready to be traversed and manipulated.
Download JQuery Programmer Interview Questions And Answers
PDF
Previous Question | Next Question |
How to check if event.stopPropagation() was ever called on this event object? | Explain width() vs css('width')? |