What to research for new elements with event listeners?
Posted: Sun Apr 27, 2008 4:29 pm
What should I research online to figure out how to get event listeners to recognize when new elements created by JavaScript (not via AJAX but just by a function) exist? The event listeners are loaded on my site onload, a user takes an action 40 seconds after the page loads that creates a new element via createElement, they click on the element however the event listeners don't see the newly created elements. Suggestions please?