Submit your widget
19
Yays

jQuery plugin to dim the current page except for some user-defined top elements

Views 5151   downloads 1543   Layout & Interface

Usage Include the script in your website first. Add this script tag after your jQuery inclusi <script type="text/javascript" src="https://raw.github.com/andywer/jquery-dim-background/master/jquery.dim-background.js"></script>…

28
Yays

jQuery Useful freeze header row in table plugin

Views 10817   downloads 2680   Table

This is a simple jquery plugin to header row scrolling in html table. Installation   Include script after the jQuery library (unless you are packaging scripts somehow else): <script…

78
Yays

jQuery Tabs Highlighter Effect

Views 20811   downloads 2867   Tabs

Keyboard Navigation (arrowkeys + ESC) Highly Customizable Autoplay Todo Accessible Todo Cross Browser Compatibility Usage: <head> <!-- Load and Configure jQuery Highlighter --> <link href="lib/jquery.highlighter.css"…

84
Yays

Simple jQuery Table Highlighter

Views 8730   downloads 2051   Table

This Table Highlighter is so faster and handle larger datasets , it’s pretty straight forward to use. All you have to do is include the jQuery and the plugin file: <script src='http://www.google.com/jsapi'…

121
Yays

jQuery : Checkbox & Table

Views 20326   downloads 3367   Form

Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us…

122
Yays

Take Control of Your Table View jQuery

Views 11515   downloads 1712   Table

The Case Each user has a different tastes in viewing our content, including data in a table. I, for example, always enjoy seeing the font in a smaller size but my friend didn’t. It just a font size,…

139
Yays

a Table Row Highlighter Using jQuery

Views 10766   downloads 1817   Table

Getting Started The first thing we need to do is download some things. First on your shopping list is jQuery. If you don’t have it already you can visit jQuery’s website and pick it up for…