93ed6d5
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
button: visual default test, log args when console is available
Showing 1 changed file with 1 addition and 0 deletions.
@@ -24,6 +24,7 @@
$("<div></div>")
.text("Clicked " + (target.text() || target.val()))
.appendTo("#log");
+ window.console && console.log(this, arguments);
}
});
93ed6d5