This smart plugin, helps you get your viewer’s attention really easily. It comes in four bright, yet gentle colors, to match any color scheme. If that isn’t enough, you can customise the colors to your hearts content via CSS . All images are available in Photoshop layered files. Here are some advantage points of this plugin: Really small footprint Super easy to add to existing websites Comes with number of APIs to accomodate different si...
Do you have an input box, where you would like to help your user type in some data? Pickled can help you, in an unobtrusive way! By default pickled is designed to display a floating select box underneath the input box is was added on. The default data is the 24h time of day (00:00, 00:30, 01:00 etc). Add the data you want It’s easy to add your own data to pickled as well! Simply use the following code snippet to add a list of fruits t...
For a more advanced form builder, take a look at Master Form Builder The “Form Builder – made easy” script is a Javascript helping you as a developer and/or designer to create valid HTML5 forms with ease; without having to remember all available input fields and attributes or the new HTML5 standards and options. This script generates all HTML form input automatically after your specifications. You do not need to install anything or run any ...
Switch Form is a simple animated form. The user can change form without loading a new page. You only need to alter few CSS rules to completely change their appearance and perfectly match them to your website. Features Customize through CSS Easy implementation Lightweight Works in all major browsers What’s included ? jQuery library JavaScript file Minified Uncompressed for developers Default and Core CSS file: style.css Exam...
jQuery.checkRow is a plugin that lets you highlight rows of a table when the user checks a checkbox. You can highlight either a single row or all rows by a single checkbox! Please note that it’s a jQuery plugin and it adds functionality only on the checkboxes. The demo app is for showing how it works. It doesn’t handle any server side interactions (although, it can be customised to handle).
jQuery Foggle is a plugin that lets you interact with various form elements based on user-input. It lets you choose which elements to enable (or disable) while the user fills out the form. While you can achieve the same functionality by writing some amount of JavaScript for each such field, this plug-in makes it a breeze. It takes only two parameters and does the same for you in just one line of code. v2 changelog Checkbox issue fixed...
iPass jQuery plugin makes your password input field to an Iphone-like masked password input field. Easy to integrate into any website. Supports copy, cut and paste (with keyboard and mouse) Cross browser support. (tested with: Internet Explorer 6, 7, 8, Mozilla Firefox 2+, Chrome, Safari, Opera)
Description: The JS Auto Form Validator is an easy-to-setup form validation script which enables you to handle the whole form validation process without writing any JavaScript code. This script allows you to specify certain form elements as “required” or “non-required” and also what specific type they have: text, password, numeric, zip code etc. The script automatically checks all required elements in order to make sure that they are NOT onl...
It’s a tool for making surveys faster & easier. Features : - You can place many collapsible surveys in one page. - Surveys have questions (up to 100) in accordion menu style. - When a user picks an answer, it will be shown besides the question. - Selections will trigger the next question in accordion style which will provide a fluent user experience. - User can always go back and change the answer of a previous question. - Easy to i...
jQuery script for sorting a select box’s option elements. You can easily sort the items in the select box ascending (A-Z) and descending (Z-A). You can even ignore casing. In the demo script, I have included a custom comparer function, which shows you how to randomize the content in the select box. This will make it easier for you, to build your own custom sorting mechanisms and extend the SelectSorter easy! Changelog: version 0.4 ...