I have a form that generates divs. I need to add information below the div that toggles show/hide on click. I have all the functionality working but I cannot get the toggle action to work on the generated divs.
The fiddle is here, http://jsfiddle.net/clintongreen/BMX4J/20/
I have made a static test div that works, but when I generate a div it dosent work although when I look at the code both divs are identical.
Thanks
Change to
$('#toggleshow').live('click', function()…http://jsfiddle.net/BMX4J/21/