Lots of documentation overhaul - much more documented, cat output works better now.
This commit is contained in:
parent
805d21c236
commit
c8009abcce
7 changed files with 1181 additions and 1180 deletions
|
@ -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, "<br/><br/>") );
|
||||
});
|
||||
$("div.more,div.short",this.parentNode.parentNode)
|
||||
.find("div.desc",function(){
|
||||
$(this).html( $(this).html().replace(/\n\n/g, "<br/><br/>") );
|
||||
})
|
||||
.toggle('slow');
|
||||
return false;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue