
The jQuery API browser is a cool idea from Jörn Zaefferer, it provides an intuitive interface to quickly find and read jQuery's documentation. Features include:
Because the design -kinda-breaks when you are using one or more toolbars in your web browser, showing a vertical scroll making the site a little difficult to read or use.
html,body { width:100% !important; height:100% !important; overflow:hidden !important; margin:0 !important; padding:0 !important; }
h1,#content,#nav,#docs { position:absolute !important; height:auto !important; }
#header,#content { left:0 !important; right:0 !important; }
h1 { height:85px !important; top:0 !important; }
#content { background:#666 !important; top:85px !important; bottom:0 !important; }
#nav,#docs { top:0 !important; bottom:0 !important; overflow:auto !important; }
#nav { left:0 !important; }
#docs { right:0 !important; }
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.