Wednesday, October 10, 2012

Include jQuery in the Browser JavaScript Console

To play around with jQuery in your browser's JavaScript Console, copy and paste the following lines!
var jq = document.createElement('script');
jq.src = "http://code.jquery.com/jquery-latest.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
jQuery.noConflict();

1 comment:

  1. Your blogs always have something in them and this one is also one of those. Keep posting such articles with us so that we get more information from u..

    ReplyDelete