From: John Resig Date: Tue, 5 Sep 2006 06:21:35 +0000 (+0000) Subject: Made a bunch of fixes to the docs, per Sam's request. Also, did some re-organization... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=sidebyside;h=e2d3c4341908aa2a36023c91a8a684d10e93339a;p=jquery.git Made a bunch of fixes to the docs, per Sam's request. Also, did some re-organization of the order of the function names. --- diff --git a/build/docs/js/doc.js b/build/docs/js/doc.js index e5f7fcb..cf373ea 100644 --- a/build/docs/js/doc.js +++ b/build/docs/js/doc.js @@ -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(); + }); }); diff --git a/build/docs/style/docs.xsl b/build/docs/style/docs.xsl index 354b5c0..86c9a76 100644 --- a/build/docs/style/docs.xsl +++ b/build/docs/style/docs.xsl @@ -15,7 +15,7 @@

jQuery Docs - API