More formatting tweaking.

1.7/enhancement_8685
John Resig 2011-05-10 12:57:55 -04:00
parent d2fea6123f
commit c42360b5be
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@
<ul id="log"></ul>
<script type='text/javascript'>
<script type='text/javascript'>
jQuery.fn.addChangeClickTest = function( id, prevent ) {
this.bind("focusin", function(){
jQuery(id + "focus").blink();
@ -284,6 +284,6 @@
$("div.out").live("mouseleave", function() {
$("p:last", this).text(++n);
});
</script>
</script>
</body>
</html>