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

") ); }); return false;