This tutorial walks you through creating a simple extension. You’ll add an icon to Google Chrome that, when clicked, displays an automatically generated page. The icon and page will look something like this:
Category Archives: Programming
jQuery Countdown Reference
A jQuery plugin that sets a division or span to show a countdown to a given time. If you find this plugin useful please vote for it on the jQuery site.
Jquery Dirty Forms Plugin
I tried a variety of jQuery plugins for warning the user when they are about to leave a form with unsaved changes, and I couldn’t quite get any of them to behave exactly the way I wanted. Among other reasons, I needed to support TinyMCE and jQuery tabs. Anyway, I ended up rolling my own, …
dirtyFields jQuery Plugin
The dirtyFields plugin was born out of the need to make a user aware that they had unsaved values on an HTML form.
jQuery Method To Prompt A User To Save Changes Before Leaving Page
‘m doing a little work on cleaning up an application and came acrossed an undesirable circumstance related to the UI. The app contains what appears to be a tab navigator, but rather then the tabbed links revealing hidden form elements in another tab they take the user to a whole new page. The obvious problem …
Continue reading “jQuery Method To Prompt A User To Save Changes Before Leaving Page”
Jquery Dirty Forms
Dirty Forms is a flexible jQuery plugin to help prevent users from losing data when editing forms.