[jQuery] Re: Select all options on button click

2008-11-07 Thread Liam Potter
why not have an all option in your select box and do the rest server side? JQueryProgrammer wrote: Hi All, I am trying to write a JQuery function which would select all my options in the select control with the click of a button. I am able to do it with the following function:

[jQuery] Re: Select all options on button click

2008-11-07 Thread JQueryProgrammer
Thanks for the reply. But this does not resolved my issue. I think client side code is always faster than server side code. Also I do not want to do a post back. I have also tried it with server side code but its even slower than the above code. Any other code would be appreciated. On Nov 7,