Made a bunch of fixes to the docs, per Sam's request. Also, did some re-organization...
[jquery.git] / build / docs / style / docs.xsl
index 354b5c0..86c9a76 100644 (file)
@@ -15,7 +15,7 @@
        <h1>jQuery Docs - API</h1>
        <ul id="docs">
                <xsl:for-each select="method[not(@private)]">
-                       <xsl:sort select="@name"/>
+                       <xsl:sort select="translate(@name,'$.','')"/>
                        <xsl:sort select="count(params)"/>
                        <li>
                                <span class='type'><span class='tooltip'><xsl:value-of select="@type"/></span></span>