I’ve found it useful on certain apps to disabled the submit button once the form has been submitted to prevent the user from accidentally/deliberately clicking on it twice. There are two ways to accomplish this, and only one will work in IE. Can you guess which one?
Category Archives: JavaScript – Ajax
Jquery Multi selector, comma separated values
Select Multiple Form Fields Finding a better solution for multiple selection Most of the form fields available with HTML are straightforward and easy for people to understand and use. But there is one exception. The select multiple. While useful and necessary, the select multiple form field has always been a usability challenge.
php, jquery pagination
PHP Jqery pagination scripts http://bakery.cakephp.org/articles/daphonz/2008/05/03/easy-ajax-pagination-using-jquery http://www.9lessons.info/2009/09/pagination-with-jquery-mysql-and-php.html (demo) http://www.phpjquery.com/jquery-tutorial/pagination-with-jquery-and-php/ http://beski.wordpress.com/2009/04/20/ajax-pagination-with-jqueryphpmysql/ http://www.99points.info/2010/05/ajax-pagination-create-ajax-pagination-using-php-jquery-and-ajax/ [ad code=1 align=center]
Javascript Void()
It’s these types of programming solutions that will utilize the JavaScript Void 0 programming tool. This lesson will teach you some of the reasons to use the JavaScript Void 0programming strategy in your scripts.
In-Field Labels jQuery Plugin
Last week I was dealing with a unique problem. I needed to set focus to a username field, but the field had an in-field label. The script was set to clear out the helper text (label) when the user entered the field. Hmm…. that won’t work! I remember seeing a nicer implementation on Mobile Me …
15 jQuery Plugins To Create A User Friendly Tooltip
Tooltip is a good way to show extra information when user hovers the cursor over an element. The “hover box” will appear when the mouse hover in, and disappear when the mouse hover out.