Made a bunch of fixes to the docs, per Sam's request. Also, did some re-organization...
[jquery.git] / build / docs / js / doc.js
index e5f7fcb..cf373ea 100644 (file)
@@ -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();
+       });
 });