jBind2 (new templating system)
var data = [{ item: ... }, { item: ... }] $(selector).template( data );
View ArticleEasy HTML Tags
Creating HTML in jquery is a tedious and, quite frankly, boring task. Coming from a Rails web development background, I always wanted a way to create HTML like Rails does, with a content_tag method...
View ArticlejQuery.appendTemplate
Appends a template from file onto an element.Usage:$(element).appendTemplate(url, args[]);url: template urlargs[]: dynamic list of arguments that goes into the templateExample...
View ArticleClassyContextMenu
The jQuery ClassyContextMenu is a jQuery plugin written by Marius Stanciu - Sergiu, a plugin that makes it easy to add right-click context menu functionality to any web application. A context menu can...
View ArticleClassySlider
The jQuery ClassySlider is a jQuery plugin written by Marius Stanciu - Sergiu, a plugin which allows you to embed beautiful slideshows into your webpages.
View ArticleList Bullet Color
Small plugin allowing bullets in 'ul' or 'ol' elements to be colored specifically, by class or through an array of colors or classes
View ArticleClassyScroll
The jQuery ClassyScroll is a plugin that can be used not only as replacement of native browser scrollbars, but you can use it even to create slideshows with external controls. Among other features...
View ArticleLazy Karl - Lazy Image Loader
The lazyKarl jQuery plugin loads a webpage's images once they are within the user's viewport.This is a working cross-browser lazy load jQuery plugin. Other lazy load plugins have been less than...
View ArticleSimple Responsive jQuery Navigation
Simple plugin which creates a response drop-down navigation menu. Easily define breakpoint and use standard media queries to build CSS.
View ArticlejQuery Display: Give various methods to known if one DOM element is currently...
To apply action only if the element is currently displayed, you can now use:$("#myId:display").css('background-color', 'red');And, you can specify that the element must be completely...
View Article