[jQuery] jshArea - JavaScript Hacking Area
Hello!
Can I load the jQuery library in my jshArea? What is the best way?
(thanks)
Background:
type this code in your browser address bar:
javascript:function fun(){ var win = window.open(document.location);
win.document.write("<html><head><title>jshArea - JavaScript Hacking
Area by Davide Rognoni</title></head><body><form><textarea
id='jshArea' cols='80' rows='18'>alert(opener)</textarea>
<input
type='button' value='eval jshArea'
onclick='javascript:eval(document.getElementById(\"jshArea
\").value)'></form></body></html>") } fun()
and press ENTER. This code open a new window with the jshArea.