Skip to content

Not sure what jquery function to run? Use this plugin to run all of them!

Notifications You must be signed in to change notification settings

balasan/more-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#This plugin will call every single jquery function for you

Don't have enough jquery in your project?
Not sure what jquery function to call?
more-jquery.js might be for you!

Getting started

Include more-jquery.js after jquery.js:

<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="more-jquery.js"/></script>

Call the plugin with this command:

$('element').moreJquery()

Options

You're also able to use some of the options that let you customize it as you wish:

$('element').moreJquery({
	dontRemove: true //for you protection the plugin doesn't call the functions that delete your element, but if you're feeling reckless, go ahead and set it to 'false' 
})

Examples

http://balasan.github.io/more-jquery/example.html

Credit where credit is due

See all list of contributors

License

more-jquery.js is licensed under MIT http://www.opensource.org/licenses/MIT

Made by 4real

About

Not sure what jquery function to run? Use this plugin to run all of them!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published