jQuery Examplets and examples
In this part of the website, I have listed some plug-ins as well as modifications to the jQuery library which are written by me.
plugins for jQuery
- jQuery Format plugin: This plugin can be used just like a textbox filter for inputting emails or numerical numbers. (Updated on 2010-5-24)
- jQuery Caret Plugin: to obtain or set the caret/cursor/selection start and end postion inside a text field or a text area. (Updated on 2010-3-24
- Demonstration on Using jQuery Table AddRow Plugin with Rating plugin.
- Demonstration on using jQuery Caret Plugin (jCaret) in textarea.
- Demonstration on using jQuery Table AddRow Plugin with Autocomplete plugin
- jQuery Table AddRow Plugin: If you have ever designed a form allowing user entering more than one email? This plugin should help you.
- jQuery Truncator.php: If your content is too long. You can use this plugin to truncate the content just like what we have done here!
- jQuery TrapKey Plugin : This plugin can trap any key press event, especially useful in writing jQuery online game.
- jQuery Regular Expression Plugin : This is the enhanced selector for selector HTMLDOM by specifying the corresponding regular expression
- jQuery Output plugin: This plugin is the combination of html() and val() function of jQuery.
- jQuery Loader plugin: Simple but hard to find plugin that should be appeared in all the dynamic images or layers. A "loading" image will be shown before the image actually loaded from the server
- jQuery Matt Glass plugin: This is the "Matt Glass" effect for an image. Fixes have applied to image with borders.
- jQuery Lens plugin: This is a jQuery plug-in displaying a lens and detecting the relative mouse position inside an image.
- jQuery ClippedImage plugin: This is a jQuery plug-in for displaying clipped image.
- jQuery DefaultText plugin: This is a jQuery plug-in displaying a default text in textbox, the text will be remove automatically when focus or on form submission.
- jQuery Simple Tree-node plugin: The easiest way to present a tree.
- jQuery Simple Tree-set plugin: This plugin shows you how easy to display an expandable tree.
- jQuery Simple zoomGlass plugin: This plugin shows you a simple way to display zoomed image.
jQuery special Selector
- jQuery Regular Expression Selector (jQuery :regex): This is the enhanced selector for selector HTMLDOM by specifying the corresponding regular expression