Unable to execute functions on elements loaded with AJAX (jQuery)
- by Jason
i am using .prepend() to load data after i POST a form with .ajax().
once the new elements are added, my functions won't work on them.
if i link the js file directly in the prepended data, the functions work, but when i POST, i starts multiplying the events.
i have a feeling it has something to do with binding, but i am not able to figure out exactly how to handle it.
any ideas?
thanks!