[jQuery] Images won't show or fadeIn after .cycle

2009-11-02 Thread Jose Hidalgo
Hi all, I have one with a list of s, but after I .cycle the and .cycle("stop") it the images won't show up, neither by .show, .fadeIn or anything. Is this normal ?, how can I stop the cycle and just show the image I want ? Thanks.

[jQuery] Dynamic img not getting events

2009-10-30 Thread Jose Hidalgo
Hi all, I have a very simple html structure and the idea is to create and use DIVs or elements I do dynamically, so there is one div which I use to do something like: $("#main").html(""); That works just fine, the problem is when I try to use events on the elements I've created dynamically, thos