GitHub - balasan/more-jquery: Not sure what jquery function to run? Use this plugin to run all of them!

1 min read Original article ↗

#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