[jQuery] Re: UI dialog draggable containment option change

2009-01-06 Thread JuergenRiemer
[..] > I made it work by modifying the jQuery UI core, and adding > containment:'window' as a default option value in _makeDraggable > method of a dialog widget: [..] > however this doesn't really resolve the problem, because it'll be a > headache if I want to reuse this bundle and have alternativ

[jQuery] Re: how many Jquery books are there?

2008-03-04 Thread JuergenRiemer
there is a book called "jQuery reference" I think On Mar 3, 7:50 am, <[EMAIL PROTECTED]> wrote: > As far as i know there r 'Learning Jquery' and 'Jquery In Action'.and else?

[jQuery] Re: ajax and memory growth IE and FF

2008-03-03 Thread JuergenRiemer
thanks for your reply, > I think the memory leak has to do with the $('#output').empty(); > function call. If remove this line your memory leaks should go away. this did not work.. the memory is still growing. BTW: I was testing on: IE6 FF2

[jQuery] Re: problem with selectors and ajax content

2007-09-14 Thread JuergenRiemer
OMG, what an oversight.. /blush sorry for bugging you. I am currently converting old scripts to jquery.. I must have gone blind in doing that thanks anyway for pointing me to it. Juergen On 8 Sep., 19:14, JuergenRiemer <[EMAIL PROTECTED]> wrote: > Hi, > > I have an HTML documen

[jQuery] problem with selectors and ajax content

2007-09-09 Thread JuergenRiemer
Hi, I have an HTML document, that I write into a div element. this works fine, yet when I try to access the the inserted elements via jQuery selectors I cant. here the main html document, the div where I input the html document via jquery respectively empty here the html (database.html) documen

[jQuery] prob with

2007-09-09 Thread JuergenRiemer
Hi, I have a problem with jquery recognizing elements of html that was inserted via ajax. here is the main html file where I input the ajax result xxx this is the html file that I include: HEAT ccc an this is my js file test = { load : function(){