Welcome Guest, Not a member yet? Register   Sign In
Jquery manipulation with previously jquery loaded data
#2

[eluser]jmadsen[/eluser]
The issue you are having is because the image html is generated code, and so not bound to the jquery code

The easiest fix is to use .live('click', function(){...}) instead (or .on() is recommended now, but it isn't 100% the same)

http://api.jquery.com/live/


Messages In This Thread
Jquery manipulation with previously jquery loaded data - by El Forum - 10-06-2012, 09:58 AM
Jquery manipulation with previously jquery loaded data - by El Forum - 10-06-2012, 05:25 PM
Jquery manipulation with previously jquery loaded data - by El Forum - 10-06-2012, 06:50 PM
Jquery manipulation with previously jquery loaded data - by El Forum - 10-06-2012, 09:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB