Skip to content

libeo-vtt/jquery-buttonize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Buttonize Plugin

Transform any HTML element into a button.

Usage

  1. Include jQuery:

    <script src="path/to/jquery.min.js"></script>
  2. Include plugin's code:

    <script src="path/to/jquery.buttonize.js"></script>
  3. Call the plugin:

    $('#element').buttonize({
    	// config
    });

Downloads

History

Check Releases for detailed changelog.

About

Transform any HTML element into a button.

Resources

Stars

Watchers

Forks

Packages

No packages published