dynamic links on click error
I have a form that takes a form input and stores it into the back-end database then on success I output all the entries via JSON into a ul list with a dynamic link after each for editing purposes. I have a listener for .on("click" event but that didn't work and I used .on because .live I read was being depreciated it. However the only way the dynamically created link would then fire is if I changed the listener back to .live("click", . Am I just using .on incorrectly or is there something else?