#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!
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()
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'
})
http://balasan.github.io/more-jquery/example.html
See all list of contributors
more-jquery.js is licensed under MIT http://www.opensource.org/licenses/MIT