I am progressing on a project using bootstrap and so far so good.
Having just learned about jquery I am using remote actions wherever possible to the point where I'd like to totally jquery the site.
In considering this option I read a SO post that stated sites should be built to work without javascript and then enhanced with js so they degrade gracefully. Fair enough.
Having taken this approach and disabling js to test the degraded functionality of my site I find my bootstrap dropdowns don't work.
If is the case that bootstrap requires js? If so does this mean to create a site that will degrade gracefully I need to build a bootstrap and non bootstrap version?