mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
More formatting tweaking.
This commit is contained in:
parent
d2fea6123f
commit
c42360b5be
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user