So I have dynamically generated content from a MySQL database and I pull it with php. To show what I mean look this example.
Goto http://minecraftadmins.net/browse/
See Skin Preview? I want to make it so when you click it, it opens a jQuery popup with content generated from an external source (AJAX). I know how to make a popup. But it doesnt work when dynamic.
Any ideas?
You could do something like:
Later you could optimize by assigning the clicks in a loop.