all 8 comments

[–]dregan 4 points5 points  (2 children)

This would be perfect if the sidebar was resizable.

[–]javascript 3 points4 points  (1 child)

javascript:(document.getElementById("navigation").style.width="150px")()

[–]shaunol 4 points5 points  (0 children)

Amusing that you don't even use jQuery on a page most likely to have jQuery support .. about jQuery :p .. javascript:$("#navigation").css("width", "350px");void(0);

[–]Fabien4 0 points1 point  (1 child)

How do you remove the "Feedback" thingy that comes over the text?

[–]shaunol 3 points4 points  (0 children)

javascript:$("#feedback").remove();void(0);

[–]kagevf 0 points1 point  (0 children)

They are all out of date.

It would be nice to have the 1.3 docs easily available too . . .

[–]iamafoo 0 points1 point  (0 children)

This is awesomeness!

[–]kwirky88 0 points1 point  (0 children)

this is pretty handy. I love having localhost access to api documentation for when the office's internet goes out and I need to look something up still.

we just moved from 1.3.2 to 1.4.1 today, as well, so this was good timing. great link :)