1.0.x
Char limitter
November 15, 2008 - 7:48am — MichallPlugin for counting and limiting characters for input and textarea fields. Check the demo!
cloudinizr
November 10, 2008 - 8:10am — sackclothGenerate a tag cloud given an element filled with words.
$('#example').html($('textarea').val()).cloudinizr();Granny Clicks jQuery
November 9, 2008 - 1:39pm — dubayouGranny Clicks is a little utility i originally wrote in pure JavaScript to make a webpage more `click-able` for lack of a better word.
In its simplest form it finds all _a_ tags and add's an onclick to its parent.
This is a jQuery plugin of Granny Clicks.
More info at http://dubayou.com/grannyclicks_js
vertigro
November 1, 2008 - 5:35pm — sackclothTiny plugin (0.33k) that grows the textarea's height to fit it's content.
$('textarea').vertigro()Quick Paginate
October 29, 2008 - 12:36pm — allmarkedupA jQuery plugin that allows you to quickly and easily paginate almost any set of elements on a page. Super-easy to implement, provides very stripped down prev/next navigation elements with optional page count display.
See http://projects.allmarkedup.com/jquery_quick_paginate/ for full docs and examples.
jQuery.text
October 8, 2008 - 8:14am — antixTrims strings of anything, defaulting to whitespace
* Doesn't use regex so safe in a RegEx.exec loop
$.text.trim("++Hello+++", ["++"])Also included are the following functions
trimStart
trimStartIndex
trimEnd
trimEndIndex
Base64 encode and decode
September 9, 2008 - 10:04am — hpyerAfter encode by this script, you can decode it with PHP, and vice versa.
Support Unicode library.
This code was collected from the network, I just rewrite it as the plugin of jQuery, the copyright belongs to original work(s).
Usage
Whether or not to use UNICODE library:
$.base64.is_unicode = false/true;
Encode:
$.base64.encode('$.base64');
Decode:
$.base64.decode('JC5iYXNlNjQ=');
Demo
http://www.hpyer.cn/codes/jquery-plugin-base64-encode-and-decode
o2grid
July 26, 2008 - 6:15am — zhoupeng10This is a ajax grid.
1 ajax
2 grid
3 sort
4 drop
5 control pages
wrapSelection
July 23, 2008 - 7:42pm — finding_zionOverview
wrapSelection wraps highlighted text with valid XHTML span tags and returns as a jQuery object for chaining additional commands.
Originally designed to allow end users to select text (highlight text with their mouse) and change the background style. Unlike other solutions that apply to the whole element, this creates XHTML compliant span tags around the selection area.
Features
- Cross Browser Selections (tested in IE, Firefox, Opera, Safari)
- Create function getRangeAt() to return custom range object
- Create a custom class to identify selections
- Ability to restrict selectable area to a tag (single element)
- jQuery plugin with limited chaining ability
- Must create XHTML compliant code
- Snaps to begining and end or word if selected in the middle of the word
Visit demonstration sitefor a practical example of this plugin.
Tache - AJAX Cache plugin
July 7, 2008 - 11:32pm — joncombeDo jQuery AJAX calls in exactly the same way you do today yet still get the benefits of client-side caching. Simply swap $.ajax() for $.Tache.Get().
