jQuery jGrowl plugin
Most software these days offer some kind of on-screen notifications and modern websites are no exception. jGrowl is a jQuery plugin that allows you to add such notifications to your…
productivity through technology
The amazing jQuery library – making JavaScript possible for us mere mortals!
Most software these days offer some kind of on-screen notifications and modern websites are no exception. jGrowl is a jQuery plugin that allows you to add such notifications to your…
This is a very cool jQuery plug-in that I implemented on a project that had a bit of AJAX going on. In line with providing feedback to the user, while…
I decided to use the HTML5 <input><datalist> on a View in my CakePHP project, and was super surprised to see that there is no way of restricting the text in…
This was one of my first jQuery experiments. jQuery AJAX requests to a PHP / MySQL back-end populate the drop-down of the input control as you type. There is some…
This was my second pass at an assignment given to me as part of a job interview. I decided to get a little flashier with this iteration. The brief was…
Chosen is a Javascript plugin for Prototype and jQuery that makes long, unwieldy select boxes much more user-friendly. For more information (including usage, explanation and FAQ’s), check out the online…
I used the Datatables jQuery plug-in extensively in a work project. It is pretty easy to implement and offers some pretty useful functionality: search, pagination and ordering by column. The…