Niceforms 1.0 - final version January 31, 2007
Posted by Slobodan Kovacevic in : Programming, Resources and Links , trackback
Over a year ago I wrote about an excellent script called Niceforms and little fix I wrote (see NiceForms with even nicer select). Now a final version has been released - Niceforms 1.0 which solves a lot of problems from previous version.
I still haven’t had chance to look at the new improvements but it seems that Niceforms now supports keyboard only navigation, scalable buttons, increased browser support, etc.
Unfortunately it still has some of the problems I tried to fix more than a year ago. Granted they tried to fix it, but it still has problems. For example, when you click on a select element if you move over some options and then move out it will immediately close the drop down. On the other hand if you open select element and don’t move over to any options (i.e. click on down arrow), but you move the mouse away from it - the select will remain open, which can again lead to strange effect where you can have a lot of open drop downs.
Perhaps that can be fixed in future versions - or at least I will try to make a patch for it.
If you want to get Niceforms 1.0 you can from author’s site.
Comments»
[…] UPDATE 31-Jan-2007: There’s a new version of Niceforms. For more info see this post. […]
I made onChange support on the library you modified a long time ago.
You must notice you CANT use the EVENT object in the because you are not really catching this event, just emulating.
The right way is:
(for example).
See Ya.