[jQuery] LiveQuery=setTimeout() and Event Delegation Library

2008-02-13 Thread XASD
How compare both approaches from performance perspective? http://blogs.sun.com/greimer/entry/a_look_at_our_new Thanks.

[jQuery] Re: $(some_form.elements).length==1

2008-01-14 Thread XASD
Thanks a lot,it seems $.each()/map has similar problem with generic js Array. On Jan 11, 7:54 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > XASD schrieb:> It seems "form.elements" is not enumerable in JQuery,why? > > Thats a bug:http://dev.jquery.com/ticket/2114 &

[jQuery] $(some_form.elements).length==1

2008-01-11 Thread XASD
It seems "form.elements" is not enumerable in JQuery,why? Thanks.

[jQuery] Re: css("...",function(){ return ...;})

2007-11-15 Thread XASD
But $('#page').css('display',function(){ return 'none'; }); not work for me:-(

[jQuery] Re: css("...",function(){ return ...;})

2007-11-14 Thread XASD
on is invoked(simple insert "alert" inside) but returned value is not used. On Nov 13, 7:26 pm, XASD <[EMAIL PROTECTED]> wrote: > functionin place of value for property dosen't work. > > Thanks.

[jQuery] [BUG-1.2.1] css("...",function(){ return ...;})

2007-11-13 Thread XASD
function in place of value for property dosen't work. Thanks.

[jQuery] text() concatenation

2007-07-04 Thread XASD
Is there optimal way to concatenate separate text nodes returned by text() for several nodes using particular character/string?I'm interested in some kind of text()/js string.join(",") combination,it would be nice to have array of text node values instead of preconcatenated ones from text() functi