[jQuery] Re: I love JQuery but why is it slower than Dojo and ExtJS Core

2008-06-14 Thread Abdul-Rahman Advany
yntax and > ease of use that jQuery offers. > > andy > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Abdul-Rahman Advany > Sent: Friday, June 13, 2008 5:20 PM > To: jQuery (English) > Subject: [jQuery] I love JQuery but

[jQuery] I love JQuery but why is it slower than Dojo and ExtJS Core

2008-06-13 Thread Abdul-Rahman Advany
Hey guys, To start, I really love JQuery and how it works and how you can extend it, I wouldn't replace that with something else anytime soon. Especially the community is great! But I was running http://www.domassistant.com/slickspeed/ and notices that: - DOMAssistant 2.7.1: 148 - jQuery 1.2.6:

[jQuery] Re: Going thrue all form elements

2008-01-13 Thread Abdul-Rahman
Oeps, Sorry, Works! thnx On Jan 13, 3:14 pm, "Scott González" <[EMAIL PROTECTED]> wrote: > Use $(':input').each(...) > > On Jan 12, 6:10 pm, Abdul-Rahman <[EMAIL PROTECTED]> wrote: > > > Hey guys, > > > I am trying to use the plugin &g

[jQuery] Re: Going thrue all form elements

2008-01-13 Thread Abdul-Rahman
But that would skip all the textarea/select fields... On Jan 13, 3:14 pm, "Scott González" <[EMAIL PROTECTED]> wrote: > Use $(':input').each(...) > > On Jan 12, 6:10 pm, Abdul-Rahman <[EMAIL PROTECTED]> wrote: > > > Hey guys, > > > I

[jQuery] Going thrue all form elements

2008-01-12 Thread Abdul-Rahman
Hey guys, I am trying to use the plugin of http://fluidproject.org/blog/2008/01/11/jquery-tabindex-plugin/ to set the tabindexes for my form. I am going through it by querying it as following but it gives me back inputs, then the textareas, en then the selects (and I would like the elements base