mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
button: visual default test, log args when console is available
This commit is contained in:
parent
aa63c4b959
commit
93ed6d5a0c
@ -24,6 +24,7 @@
|
||||
$("<div></div>")
|
||||
.text("Clicked " + (target.text() || target.val()))
|
||||
.appendTo("#log");
|
||||
window.console && console.log(this, arguments);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user