Massive overhauls to the test suite - it is now generated dynamically, along with the documentation.
This commit is contained in:
parent
61aab47bcf
commit
7448c61ee2
10 changed files with 467 additions and 132 deletions
|
@ -11,7 +11,10 @@ var types = {
|
|||
};
|
||||
|
||||
$(document).ready(function(){
|
||||
$("span.tooltip").ToolTipDemo('#fff');
|
||||
$("span.tooltip").each(function(){
|
||||
if ( types[ this.innerHTML ] )
|
||||
this.title = types[ this.innerHTML ];
|
||||
}).ToolTipDemo('#fff');
|
||||
|
||||
$("a.name").click(function(){
|
||||
$("div.more,div.short",this.parentNode.parentNode).toggle().find("div.desc",function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue