Made a bunch of fixes to the docs, per Sam's request. Also, did some re-organization of the order of the function names.
This commit is contained in:
parent
6346e5d1c2
commit
e2d3c43419
3 changed files with 92 additions and 40 deletions
|
@ -24,6 +24,8 @@ $(document).ready(function(){
|
|||
.toggle('slow');
|
||||
return false;
|
||||
});
|
||||
|
||||
$("#docs").alphaPager( 1 );
|
||||
|
||||
$("#docs").alphaPager(function(a){
|
||||
return $.fn.text.apply( [a.childNodes[1]] ).replace(/^\$\./,"").substr(0,1).toUpperCase();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue