[jQuery] Re: Selecting dynamically created elements

2009-02-23 Thread Petar
It DID work, it crashed because I was calling some image rotate plugin, which obviously don't work in IE6 - everything is OK with FF. Tnx. On 23 velj, 21:09, Frederik Ring wrote: > By the way (although I do not think it causes the problem) you are > missing a ">'" there. > > Should be: > $('').

[jQuery] Re: Selecting dynamically created elements

2009-02-23 Thread Frederik Ring
By the way (although I do not think it causes the problem) you are missing a ">'" there. Should be: $('').appendTo("#table"); instead. On Feb 23, 9:07 pm, Frederik Ring wrote: > Usually you should be able do what you are trying to do. To me it > sounds as if you are trying to select the dynamic

[jQuery] Re: Selecting dynamically created elements

2009-02-23 Thread Frederik Ring
Usually you should be able do what you are trying to do. To me it sounds as if you are trying to select the dynamically created content before you created it (on $(document).ready for example). How and when are trying to get the $('img')-selection? On Feb 23, 8:55 pm, Petar wrote: > I'm creating