I want to create a extension for jQuery like $.ajax()
or $.extend()
but unlike $("selector").css()
.
So i can call my custom jQuery function like this: $.myCustomFunction("args");
Just assign it to the jQuery
object.
jQuery.myCustomFunction = function() {};
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With