[jQuery] Memory Leak
[jQuery] Memory Leak
Daggone it. One more try:
$('#question').append($('<a id="yes" href="#"
class="answer">Yes</a> / <a id="no" href="#"
class="answer">No</a>'));
--- Jeff Ober <jeffsober@yahoo.com> wrote:
> Version 1.0.3. Also, yahoo rewrote my syntax there a bit - those yes/no
> links
> should actually be written out:
>
> $('#question').append($('<a id="yes" href="#" class="answer">Yes</a> / <a
> id="no" href="#" class="answer">No</a>'));
>
> ...hopefully that won't get rewritten :)
>
> Jeff
>
> --- Brandon Aaron <brandon.aaron@gmail.com> wrote:
>
> > Which version/revision of jQuery are you using?
> >
> > --
> > Brandon Aaron
> >
> > On 12/7/06, Jeff Ober <jeffsober@yahoo.com>