JQuery: Dynamically-generated form fields not submitted and event handlers appear to fire multiple t
- by Bob
Hi,
I'm new to JQuery, so I apologise if there's something which should be obvious which I'm unaware of. I seem to be having a couple of issues some JQuery I'm trying to implement:
Code:
http://pastebin.ca/1843496 (the editor didn't seem to like HTML tags)
post_test.php simply contains:
[?php
print_r($_POST);
?]
in an attempt to find out what's…