[jQuery] Re: Performance feedback

2007-10-03 Thread Guy Fraser
jojet wrote: Hi all, this is my first message here so apologies if I'm breaking protocol! I have posted some code at a href=http://paste2.org/p/7819; http://paste2.org/p/7819/a Well, one thing that will speed things up is to use chaining a bit more...

[jQuery] Re: Performance feedback

2007-10-03 Thread jojet
Hi Peter, PHP is outputting the default state of the drop downs. Without javascript the user clicks the button, the page refreshses and the secondary content area containing the drop downs is refresh by PHP. With javascript I don't go back to the server - jquery refreshes the content (stops

[jQuery] Re: Performance feedback

2007-10-02 Thread Peter Bengtsson
Can't you do it in the server side templating language. Bound to be much much faster. On 10/2/07, jojet [EMAIL PROTECTED] wrote: Hi all, this is my first message here so apologies if I'm breaking protocol! I have posted some code at a href=http://paste2.org/p/7819;