[Proto-Scripty] Re: several requests - results come back out of order

2008-09-10 Thread Diogo Neves
ore, but this can be a overkill if your users hit backspace :) > > > The reason for that is when doing search completion, I will be sending > requests while the user is typing. Queuing them could slow down when > the user gets the final request (the most relevant one) back from

[Proto-Scripty] Re: How to separate markup from javascript while handling JSON data

2008-09-11 Thread Diogo Neves
me other type of tag, you have to > > remember to go and modify the javascript. > > > > I've read about the 'Template' object under prototype and I suppose > > one thing you could do is have the server send back template string > > and with the id of the

[Proto-Scripty] Re: Get value from table cell when table row have checkbox checked

2008-09-11 Thread Diogo Neves
> value="1" /> >Pagamento >retirada >-20,00 >Exibir >Editar > > > > I just want sum value cell whe

[Proto-Scripty] Re: $$( ) returns hidden/removed tr tags

2008-09-16 Thread Diogo Neves
arentNode won't be a Prototype-extended element when in > IE. > > Element#up: http://prototypejs.org/api/element/up > > -justin > > > > -- Thanks, Diogo Neves Web Developer @ SAPO.pt by PrimeIT.pt --~--~-~--~~~---~--~

[Proto-Scripty] Re: javascript widget (using prototypejs)

2008-09-16 Thread Diogo Neves
> > On Sep 16, 1:34 pm, Rama <[EMAIL PROTECTED]> wrote: > > > > > hi, > > > > > i have developed a widget/badge in javasript. (using prototypejs) > > > > > It is working well on my own site. but when placed on other > > > domains A

[Proto-Scripty] Re: IE6 odd behaviour while loading ajax

2008-09-16 Thread Diogo Neves
mething went wrong. with > build details panel..') } >}); >} > > Hi, it seams fine to me, except that the doesn't close... And plz, don't use 'document.getElementById('xxx')' on prototype... it seams ugly compared with '$(&#