jQuery Mobile Question:
Tell me can we have multiple document.ready() function on the same page?

Answer:
YES. We can have any number of document.ready() function on the same page.
Previous Question | Next Question |
Tell me what does dollar sign ($) means in jQuery? | IS it possible to use our own specific character in the place of $ sign in jQuery? |