> My real question is: since I am pretty new on the JS/Ajax > scene - is my approach a good idea at all (i.e to have > "formless" state) - would you instead create invisible > form fields for keeping state and updating the "fancy > divs" from the state of the those hidden form fields > instead and then use the existing form plugin etc > when posting etc.
Unplug the mouse from the computer and try to use the page you have built. Are you able to change values using only the keyboard? There is semantic meaning to form elements that tell both users and assistive software that you are expecting input. The special form-like elements you are building don't have that interpretation I suspect. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
