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]

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 …