[jQuery] Re: Question about jQuery effects and append method

2007-06-05 Thread radzio
Thanks a lot jqModal is what I was trying to do. I don't how I didn't see in on Google. Thanks again Karl. --radzio On 5 Cze, 05:21, Karl Swedberg [EMAIL PROTECTED] wrote: If you just want it to appear when you click a link, then you probably don't want to append it to the body

[jQuery] Question about jQuery effects and append method

2007-06-04 Thread radzio
Hi! I'm making js script which allows to create div floating windows. I want to use jQuery + interface but I met with difficulties. I create html code with js: function createWindow() { var windowId = '#test'; var htmlW = 'div id='+windowId+' class=windowdiv

[jQuery] Re: Question about jQuery effects and append method

2007-06-04 Thread radzio
;/. It's strange because in the Firefox DOM Inspector I can see created divs but I can't use them with jQuery ;/. Btw thanks Karl for help ;-) --Radzio On 4 Cze, 19:39, Karl Swedberg [EMAIL PROTECTED] wrote: A good place to start here would be to wrap your DOM elements in $(), so it would look like