We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
This is a powerful component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way!
Dependencies:
none
here is the js call:
$(”.myMenu”).buildMenu( { template:”menuVoices.jsp”, additionalData:”", menuWidth:200, openOnRight:false, menuSelector: “.menuContainer”, iconPath:”ico/”, hasImages:true, fadeInTime:200, fadeOutTime:100, adjustLeft:2, adjustTop:10, opacity:.95, shadow:true, closeOnMouseOut:true, closeAfter:500, minZindex:"auto", // or number hoverIntent:0, //if you use jquery.hoverIntent.js set this to time in milliseconds; 0= false;
A good way to have extra content or a navigation tool in your page!
This jquery component let you easly build a sliding panel where to insert any kind of content; it has builtin all the functionalities for managing menu lines and sub panels with accordion effect. It can get the content via ajax and therefore you can dynamically build it by passing DATA via request using the metadata attribute settable on the extruder container.
Object and array based javascript console and display logging/warn/error/info support.
A replacement for console.log, console.warn, console.error, console.info.
With viewport debug html panel fallback for IE+, and optional switch for ff+chrome.
Simple FadeSlideshow is a very simple and easy to use fade-image slideshow. Its structure is very flexible and you can use it for image and / or content transition.
Simple Fade SlideShow is lightweight and fast: Only ~7kb – minified ~3,8kb
Simple Fade SlideShow is highly customizable with CSS and it can either create the list and buttons automatically or you can create your own individual elements and Simple Fade SlideShow will only bind the relevant functions.
Demo, Documentation and Download
You can find a comprehensive documentation, demos and downloads on my project page at: jQuery Simple FadeSlideshow
Tube is a jQuery plugin to access YouTube's player and data APIs transparently. The basic approach is centered around 'tube' objects: a tube is an abstract container filled with videos based on a YouTube playlist, user's feed or a search query; a tube offers the basic control and event handling interfaces you would expect from a playlist (play, pause, next, etc.) and is associated with a player instance. A player is a thin wrapper around YouTube's iFrame or (if window.pushMessage is unavailable) JavaScript player API; thus, the player is intended to work transparently on legacy browsers (IE7) and modern HTML5 capable devices without Flash support.
now supported in early Ie versions: 8, 7, 6 and 5.5.
the mask can be binded to an element the isn't on the DOM tree yet.
version 2.0.1:(I didn't documented)
version 2:
Total rewritten, now based on regex replace.
Description
This plugin just provides a decimal mask to a html input. It treats only a decimal separator, it can't handle thousand separators. It can apply the separator in the value given by the backend on web apps. The separator supported are the "," and ".". (I don't believe there is another types).
This Web Ticker creates a scrolling text effect similar to the Twitter Page.
The Ticker creates a scrolling list (can be links/divs whatever). Direction and speed can both be controlled using parameters passed to the extension. Support is provided for IE7+, Chrome, FireFox and Opera. the ticker also includes a nice fade-in fade-out effect. The linked blog post/example includes all the information to be able to run the ticker itself.
Having released an intial version of my jQuery webTicker and after getting so much success and downloads I have decided to upgrade the ticker and fix some bugs. Please not that there still might be some issues whilst compatibility with IE6 is not guaranteed as it is untested.
Current Version: 1.3
Repository: Github
Requirement: jQuery 1.4.2 / 1.5 or above (note that 1.4.4 is buggy and does not provide good visual performance )
website - http://jonmifsud.com/web-tools/jquery-webticker/
This plugin allows connect to a XMPP server and also provides handlers for events (message, presence, iq).
You should have an apache server redirecting the BOSH connections to the XMPP server.
Remember that this plugin is just the library, not a full chat application.
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 effective because some major browsers load all of the images on a page when the DOM loads. jQuery plugins are usually not effective until the Dom is finished loading and only after all the images on the page have already loaded.
The Lazy Karl plugin works around this issue with a less than perfect approach, but none the less a functional one. By leaving the src attribute empty or out of the img tag completely, and placing the path to your image inside the rel attribute, images will never load until they are within the user's viewport at DOM ready and on scroll event. A perfect solution would utilize server side scripts like php, but lazyKarl works great for images.
The jQuery contextMenu 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 help make a web application feel even more like a native application.
Supports keyboard control
Always stays in viewport (menus never open outside of the visible area)
Supports infinite amount of sub-menus
Enable disable items or entire menus
Add and remove items and let the menu refresh
Add separators between groups of similar items
Show non-menu items like images or forms
Supports right- or left-click control
Multiple elements can share menus
Menus automatically resize based on menu contents
Build menus with HTML or pass in a JavaScript object
Customizable callbacks for each menu (onLoad, onShow, onHide, and onSelect)
The jQuery uScrollbar 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 uScrollBar can auto adjust scrollbars on window resize and recognize touch events on Android and iOS devices, so it's perfect for responsive sites that have to dynamically adapt to different environments and devices.
FlexBox is a jQuery plugin that is intended to be a very flexible replacement for html textboxes and dropdowns, optionally using ajax to retrieve and bind JSON data.
It can be used as a:
ComboBox, with optional per-result html templates
Suggest box, like Google's search
Data-driven type-ahead input box
It supports:
Auto-completion using local (JSON) or remote (JSON via ajax) data
The jQuery Loupe is a jQuery plugin written by Marius Stanciu - Sergiu, a plugin which gives you the ability to add zoom on hover ability for your photos with single line of code. With Loupe you have the ability to control the zoom level and loupe size via mouse scroll which gives you the opportunity to enlarge areas that you might be interested in.