
Sticky - An unbelievably simple notification system for jQuery July 19, 2011 Let's face it, your users need sweet little notifications to keep them all warm and fuzzy inside. Sticky allows you to send such messages with ease, and class. Drag and Drop table content with JavaScript Content of HTML table cells can be dragged to another cell or another table. It isn't difficult to define onMouseMove handler and change top / left element styles to move the object. In case with tables, you will have to determine somehow destination cell. Attaching onMouseOver handler on TD elements will not work, because browser doesn't fire events to the elements beneath the dragged object. Save content of the first table (plain query string)
Lastdates vSort by lastdates vSort is a simple jQuery plugin for making lists sortable with a handle less than 1.4kB including cssTested in IE8, FireFox, ChromeLive Demo To include vSort plugin To run a javascript code after sorting is done data-callback="alert('list order modified')"
Formly - The form glamorizer for jQuery The form glamorizer for jQuery May 11, 2011 An unbelievably easy way to add style and validation to your forms. Forms are everywhere and, usually, suck. Formly makes adding forms to your site a bit more exciting. Animatr Animatr is a jQuery plugin that allows you to create CSS3 animations using only HTML5 data-attributes. Lay out your animation steps by time (in seconds), percentages, or both. No more @keyframes or browser prefixing Run multiple animations simultaneously in one element Animatr's data-attributes style, and name, are inspired by the wonderful Skrollr. It requires jQuery-Keyframes and PrefixFree.
Chosen (select) Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. Downloads Project Source Contribute Standard Select Turns This Into This Create a filtered image gallery with jQuery and Fancybox We are going to create a Fancybox image gallery that can be filtered by different categories using jQuery and Fancybox. If you have seen the Isotope jQuery plugin, then you get the idea of what we will be talking about. This the first part of a series of two tutorials. Let's start by defining the two main sections we would need to focus on : The categories selector (tab style)The Fancybox image gallery (thumbnails collection) The category selector
Bootstrap 3 Datepicker Note All functions are accessed via the data attribute e.g. $('#datetimepicker').data("DateTimePicker").FUNCTION() Minimum Setup Code Mprogress.js Intro Mprogress.js creates progress linear bar from Google Material Design. By using CSS3 and pure js which don't depend on any other libraries. You can use 4 types of linear bar. minAjax.js - A Minimalistic JavaScript Libary To Perform AJAX POST/GET Getting It Into Your Html Usage: Example This is example to use minAjax() , these are the frequent arguments which are usually passed for request to take place there are some optional arguments i'll explain them below. url: Compulsory
jQuery Store Locator Plugin I can’t believe it’s been over a year since I first published my Google Maps store locator JavaScript code. I’ve had several requests for an updated version and that post has definitely received more traffic than any of my others. I’ve finally created a new version of the locator using Google Maps API version 3 and this time I’ve turned it into a full-on jQuery plugin.