Got context functions back in, added noteworthy stuff, replaced js linebreak replacer with xstl

This commit is contained in:
Jörn Zaefferer 2006-12-12 20:33:10 +00:00
parent fb11b33d68
commit 6ac46e6a5a
4 changed files with 66 additions and 18 deletions

View file

@ -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;
});