More formatting tweaking.

This commit is contained in:
John Resig 2011-05-10 12:57:55 -04:00
parent d2fea6123f
commit c42360b5be

View file

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