[jQuery] Memory Leak

2006-12-07 Thread Jeff Ober
I'm getting a memory leak in this function, which iterates over a series of items in the object allSections, showing a question set in the object and a yes/no answer, which then get inserted in an array of results. In Drip (memory leak finder for IE), I'm seeing the anchors (with the class

Re: [jQuery] Memory Leak

2006-12-07 Thread Jeff Ober
] wrote: Which version/revision of jQuery are you using? -- Brandon Aaron On 12/7/06, Jeff Ober [EMAIL PROTECTED] wrote: I'm getting a memory leak in this function, which iterates over a series of items in the object allSections, showing a question set in the object and a yes/no answer

Re: [jQuery] Memory Leak

2006-12-07 Thread Jeff Ober
Daggone it. One more try: $('#question').append($('lt;a id=yes href=# class=answergt;Yeslt;/agt; / lt;a id=no href=# class=answergt;Nolt;/agt;')); --- Jeff Ober [EMAIL PROTECTED] wrote: Version 1.0.3. Also, yahoo rewrote my syntax there a bit - those yes/no links should actually be written

Re: [jQuery] Memory Leak

2006-12-07 Thread Jeff Ober
Thanks for pointing that out. It doesn't seem to make a difference, though, when I take it out. The dom objects are still getting left behind. --- Klaus Hartl [EMAIL PROTECTED] wrote: Jeff Ober schrieb: Version 1.0.3. Also, yahoo rewrote my syntax there a bit - those yes/no links should

Re: [jQuery] Memory Leak

2006-12-07 Thread Jeff Ober
That appears to take care of it. Thanks for the pointer! --- Brandon Aaron [EMAIL PROTECTED] wrote: On 12/7/06, Jeff Ober [EMAIL PROTECTED] wrote: Version 1.0.3. Also, yahoo rewrote my syntax there a bit - those yes/no links should actually be written out: I'm having trouble

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Jeff Ober
Don't be a DOMass ;) --- Paul McLanahan [EMAIL PROTECTED] wrote: jQuery - Putting the DOM in its place. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/