Basic and Fast Plugin (Persistent Functions)

<script> $.fn.MySuperFunction = function() {// Or jQuery.fn.custom ... //do something console.info("MySuperFunction"); } //call $.fn.MySuperFunction(); </script>
This type o function are enable in all page over other functions .
Helpefull to get info , inject code.. anytime

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.