(function($) {
// ... code here ...
})(jQuery);
jQuery(function($) {
/// ... code here ...
});
The first one calls immediately, the second one when the DOM is loaded and ready.
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