Submit your widget
110
Yays

Submit A Form Without Page Refresh using jQuery

Views 18775   downloads 2604   Form

we have a simple contact form with name, email, and phone number. The form submits all the fields to a php script without page refresh, using native jQuery functions (native meaning, you don’t need…

91
Yays

Twitter-like dynamic character count for textareas jQuery

Views 7017   downloads 1765   Form

The best way to explain what this plugin does is to mention Twitter. Twitter posts are limited to 140 characters. While typing the Twitter post there is this always present information about how many…

304
Yays

jQuery Visual Select

Views 72443   downloads 2259   Form

This plugin is setup to generate a list of images ontop of a select. Similar to the site ajaxload.info, but a jquery version. This is the first time i've written the jQuery for a site with a plugin in…

118
Yays

Fancy jQuery Pagination Plugin

Views 13951   downloads 3276   Slideshow & Scroller

jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to…

111
Yays

FCBKcomplete facebook-like dynamic inputs (jQuery)

Views 8196   downloads 1635   Form

Fancy facebook-like dynamic inputs with auto complete & pre added values Use:   <script language="JavaScript"> $(document).ready(function() { $.facebooklist('#elem', '#list', '#complete',{url:'ajax-url',cache:1},…

88
Yays

Multiple Login Forms with Highlighting jQuery Plugin

Views 11966   downloads 2654   Form

This is a little specific… but I figured what the heck maybe it will be useful for someone. I recently had occasion to make multiple different login forms on a single page. With CSS we know we…

80
Yays

Tweetblast jQuery

Views 5088   downloads 1396   Form

The index page will have 3 slides, they will be Entering the data/errors slide Searching slide Thanks slide and we will animate them in and out depending on the information that we get from out PHP script.…

133
Yays

iPhone-like Password Fields using jQuery

Views 8170   downloads 2013   Form

Password fields on iPhone/iPod touch   Of course Nielsen is right when he talks about users making more errors and feeling less confident when they can’t see what they’re typing while…

113
Yays

Fancy checkboxes and radio buttons with jquery

Views 22668   downloads 4740   Form

Usage Add js and css files   <LINK rel="stylesheet" type="text/css" href="./radio-checkbox_files/style.css"> <SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></SCRIPT>…

135
Yays

jQuery Iphone Style Ajax Switch

Views 13587   downloads 3034   Form

In this example we’ll purely be looking at making a simple ajax request using the functionality of the iPhone buttons to trigger a script to return a string based on whether the switch is on or…

94
Yays

Stylish Select box(jQuery)

Views 16342   downloads 3100   Form

A cross-browser, accessible alternative to the standard form element which can be fully customised with CSS   Stylish Select attempts to replicate the functionality of the browser default select…

80
Yays

Sliding Checkbox Actions Menu with jQuery

Views 7840   downloads 1852   Form

We will create an actions menu with jQuery that appears when checkboxes are selected. This can be a very helpful UI property since we don’t force the user to scroll to the place where the actions…

87
Yays

mcDropdown jQuery a complex hierarchical tree of options

Views 6496   downloads 1794   Form

Click the icon to the right of the text box in order to see the widget in action. If you place the widget at the bottom of the viewport, you will notice that the widget automatically scrolls the page…

82
Yays

Add Form Validation using jQuery in 2 Easy Steps

Views 10136   downloads 2608   Form

Sometimes you may find yourself working on projects that require some intelligent form field validation..but what’s the easiest way to achieve this? I’ve used everything from the popular Validate…

93
Yays

Mask Your Input Forms and Make It Beauty jQuery

Views 6898   downloads 1570   Form

Text masking is an alternative for us to display information what type of content user must input to our forms, as usual jQuery make our life easier, to implement that we just need to create the script…