More formatting tweaking.
This commit is contained in:
parent
d2fea6123f
commit
c42360b5be
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue