jquery.mailtoIt jQuery plugin that attachs a mailto to any element Version 0.1.0 Usage $(‘.mailtoit’).mailtoIt({ mailto:’chris-fuchman@gogdog.com’, text:’Email me’ }); Vendors jQuery – http://jquery.com License MIT License GitHub Repo

LinkIt is a simple jQuery plugin to attach links to elements Version 0.2.0 Usage $(‘span’).linkIt({ href: ‘http://test.com’, text: ‘Click me’, target: ‘_blank’ }); Vendors## jQuery – http://jquery.com License## MIT License NPM: https://www.npmjs.com/package/linkmaker

LinkIt jQuery Plugin GitHub Repo Usage
jquery-gist
jQuery plugin for embedding GitHub Gist into web-page For more information see demo/index.html GitHub Repo
jquery-easy-label
jQuery-Easy-Label This JS allows you to add removable sticky label (with cookie state check)into your form or web page. This comes in handy if you want to show some informative or help text to your user which once they have read (by clicking Remove button) , they should not be prompted to show the same […]
imaginejqptest
This package does not have a README. Add a README to your package so that users know how to get started. GitHub Repo
This package does not have a README. Add a README to your package so that users know how to get started. GitHub Repo
ember-jquery-zoom
ember-jquery-zoom This is an Ember addon wrapper for Jack Moore’s Jquery zoom library Documentation and demo: http://www.jacklmoore.com/zoom/ Installation ember install ember-jquery-zoom GitHub Repo
ember-cli-jquery-zoom
This package does not have a README. Add a README to your package so that users know how to get started. GitHub Repo
Bootmenu Simple jQuery animated searchable select menu based on bootstrap framework. Demo Installation Add [bootmenu.min.js] to your project. Bootmenu is also available via npm $ npm install –save bootmenu Basic usage $(“div”).bootmenu({ parameters });Ideas Bind two select menus on the callback to make a nested one. $(“#selectMenu”).bootmenu({ callback: function(value1) { alert(value1); $(“#selectMenu2”).bootmenu({ listName: “MenuTwo”, callback: function(value2) { alert(value2); } }); } });Configuration items Array of items to be added to the list. […]