LinkIt jQuery Plugin GitHub Repo Usage

LinkIt jQuery Plugin GitHub Repo Usage
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
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
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
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 […]
jQuery plugin for embedding GitHub Gist into web-page For more information see demo/index.html GitHub Repo
xhtml-video A jQuery plugin to use object based video instead of html5 tags Description xhtml-video intends to be an accessible, lightweight and a design-agnostic video player for xhtml. The main purpose of this project was to offer a way to use video player capabilities of modern browsers on xHtml documents It’s simple, accessible and can […]
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. […]