Skip to content

Instantly share code, notes, and snippets.

View Felizolinha's full-sized avatar
🏠
Working from home

Matheus Felizola Freires Felizolinha

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am felizolinha on github.
  • I am felizolinha (https://keybase.io/felizolinha) on keybase.
  • I have a public key ASDPaNr1R1Yo7LTLDyBI8A15h6ZmXdNUCRtMfEC6_Kn7NAo

To claim this, I am signing this object:

<p id="findModule"></p>
<!-- Load jQuery -->
<script>
function loadScript(url, callback) { //By: Matheus Felizola
var script = document.createElement("script");
script.type = "text/javascript";
if(script.readyState) { //IE
script.onreadystatechange = function() {
if ( script.readyState === "loaded" || script.readyState === "complete" ) {
script.onreadystatechange = null;