[jQuery] Re: Forms, Tables and jQuery

2007-05-02 Thread Mike Alsup
that jQuery should iterate over form.elements if special form selectors are used because a lot of legacy code uses incorrectly placed form tags. When jQuery is added to those legacy pages the developer should also correct the form tags (and any other bogus markup). There is no point trying to

[jQuery] Re: Forms, Tables and jQuery

2007-05-02 Thread Christopher Jordan
I agree with Mike here. In fact, now that I code with jQuery, I've started to pay much more attention to my markup to see that it's correct -- or at least that it works with jQuery. ;o) Chris Mike Alsup wrote: that jQuery should iterate over form.elements if special form selectors are

[jQuery] Re: Forms, Tables and jQuery

2007-05-02 Thread BKDesign Solutions
PM Subject: [jQuery] Re: Forms, Tables and jQuery Funny thing about placing the form tag between table markup tags. IE places strange additional spacing after an opening form tag. Placing the the tag between the table tags fixes the IE display issue. We had to do it here: http://www.llnl.gov