jQuery plugin allow turning a list of <p>
paragraphs into a multiselect list.
SelectListActions : jQuery plugin for HTML Select lists
jQuery.SelectListActions is a jQuery plugin that gives you several actions to perform with Select lists.
With this plugin you can:
- Move selected item(s) from a source list to a destination list
- Move all items from a source list to a destination list
- Move selected item(s) from a source list to a destination list and deleting the selected item(s) from the source list
- Move all items from a source list to a destination list and deleting all items from the source list
- Remove selected item(s) from a list
- Move selected item(s) up or down a list
nanoJS : JS library for DOM Manipulation
nanoJS is around 100 lines of code (0.6 Kb compressed) JavaScript library for basic DOM manipulation. It has jQuery like syntax and supports chaining.
Because is so small and simple you can add or remove methods directly in the library, meaning is very customizable. All methods are unrelated so removing one will not affect the library in any way (except each method).
Web Form : Multi Purpose HTML Form with jQuery Validation
Web Form is a Full Responsive Ajax HTML Form with Required field jQuery validation and Anti Spam (Google reCaptcha & simple Math Captcha) built on HTML5/CSS3 and JQuery. Code written in a simple way by which you can easily integrated at your site.
Web Form Responsive Ajax HTML Form can be used for your organization/ company/ business or personal use. So that your website visitors/ customers/ clients/ agents/ members can be touched with you and let you know their concern through the form.
- AJAX enabled (no page reload)
- Required field jQuery validation
- Google auto Location search
- Anti Spam (Google reCaptcha & simple Math Captcha)
- Validation error message popup alert
- Success message popup alert
- W3C Valid HTML Code
Grid Layout with Motion Hover Effect and Content Preview
Today we’d like to share a little grid layout with you. We use CSS Grid and a playful hover effect on the grid items which are composed of different wildly placed elements. When an item is clicked, we slide in a content preview overlay and animate the grid items out and the preview items in. For the animations we use TweenMax by Greensock.