forum

Home / DeveloperSection / Forums / jQuery .ready event on dynamic content

jQuery .ready event on dynamic content

Kate Smith209514-Oct-2013

I have a dynamic list loaded into an HTML 5 web app built using jquery mobile + (jquery and javascript).

I want to display a simple "loading..." image by placing a <div> on the page while the list is populated dynamically. Once the list is complete I need a event to fire to remove the "loading..." image. Is it possible to attach the .ready or .load events to a element of the dynamic list so I get a event to fire when the list has loaded?

Thanks for any advice, searching for existing answers on the .ready subject only provides results about document.ready use of the event.


Updated on 14-Oct-2013

Can you answer this question?


Answer

1 Answers

Liked By