X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=build%2Fdocs%2Fjs%2Fdoc.js;h=e5f7fcb9adab5ddc1ad75bfb344aa8adec55d003;hb=905a0ae351260b38ca2fba4e470d77524f62ffa4;hp=ec52b664d438e0338973ea7d2aaa88433da05c83;hpb=ccf9d4406296fed48aae0989f2303287f133ed9e;p=jquery.git diff --git a/build/docs/js/doc.js b/build/docs/js/doc.js index ec52b66..e5f7fcb 100644 --- a/build/docs/js/doc.js +++ b/build/docs/js/doc.js @@ -17,9 +17,11 @@ $(document).ready(function(){ }).ToolTipDemo('#fff'); $("a.name").click(function(){ - $("div.more,div.short",this.parentNode.parentNode).toggle('slow').find("div.desc",function(){ - $(this).html( $(this).html().replace(/\n\n/g, "

") ); - }); + $("div.more,div.short",this.parentNode.parentNode) + .find("div.desc",function(){ + $(this).html( $(this).html().replace(/\n\n/g, "

") ); + }) + .toggle('slow'); return false; });