Forum Moderators: open
I currently like to use AJAX with JSON. I send variables to my PHP code, and have it send back data in a JSON response. I then parse that JSON data and insert it into my HTML to create new table rows and links (for example). If I need to create new event handlers, it is all ready on the client side to create those once the data arrives?
What methods do you recommend for inserting new HTML data and registering new javascript like event handlers?