jquery

Diego's picture

This plugin works great for when you have options that need to be unique but also need to be able to get turned off or deleted.

In my case, I was designing a custom user authorization system, and I needed to define certain rules for specific roles, but I wanted to be able to uncheck the rules to imply a restriction.


Diego's picture

Writing jQuery plugins is pretty cool, and fun! Here's my second addition to my plugin repertoire, formBouncer. With just one call to formBouncer, any or all of your forms will be automatically validated before submission (where you will hopefully also run server-side validation).


Diego's picture

If you're reading this, you're probably looking for a simple way to improve user experience (UX) on your website or project by adding helpful hints to input fields and textareas. I was too! So, I put together this little plugin that takes the title attribute from an input and sticks it into the field itself. It renders the hint text untouchable but intact as a user focuses on the field.


 Check it Out!
Future of Web Apps - Miami 2010