If you go on Twitter-Bootstrap website and reduce the window size below 1024×768, the navigation will change into an icon that you click for it. Is this one of the javascript plugins? How do I get my website to do the same thing?
EDIT

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The navigation requires the
nav-collapseproperty along with the.btnas well. This is an example:http://twitter.github.com/bootstrap/components.html#navbar for more details about collapsing the navigation.
SIDE NOTE Oct 3, 2012
I just started to make this with another application and ran into some trouble using the minimized files so I suggest you stick to the regular if your having issues even when everything is setup correctly. Here is my
application.cssnow: