Got context functions back in, added noteworthy stuff, replaced js linebreak replacer with xstl
This commit is contained in:
parent
fb11b33d68
commit
6ac46e6a5a
4 changed files with 66 additions and 18 deletions
|
@ -18,11 +18,7 @@ $(document).ready(function(){
|
|||
}).ToolTipDemo('#fff');
|
||||
|
||||
$("a.name").click(function(){
|
||||
$("div.more,div.short",this.parentNode.parentNode)
|
||||
.find("div.desc").each(function(){
|
||||
$(this).html( $(this).html().replace(/\n\n/g, "<br/><br/>") );
|
||||
}).end()
|
||||
.toggle('slow');
|
||||
$("div.more,div.short",this.parentNode.parentNode).toggle('slow');
|
||||
return false;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue