Page 1 of 1

New toy.. usability is .. hmm.

Posted: Mon Feb 13, 2006 6:46 pm
by onion2k
http://www.ooer.com/bltl/

It's a new toy for making lists .. written primary as an exercise for me to brush up on my javascript skills. There's a problem with it though. When you're adding things to a list it's irritating to have to keep going back to the "Add Item" button. I'd rather have it add a new item on pressing Return .. but normally that would submit the form. What to do? Any ideas?

EDIT: Added 'ALT+A' to add items. Improved, but still less than perfect.

Posted: Mon Feb 13, 2006 7:11 pm
by josh
You can have an onSubmit even inside your form, just have your function return false and the form won't actually be submitted