JSFiddle - React, Tailwind, and code Playground
by serio
JavaScript
(function( $ ) {
$.alert = function( str ) {
alert( str );
};
})( jQuery );
$.alert( 'wee!' );
by serio
(function( $ ) {
$.alert = function( str ) {
alert( str );
};
})( jQuery );
$.alert( 'wee!' );