Since we've started the conversation, let's take a step back and talk about something a little less fun, but just as important: when is it okay to require JavaScript use?
My hard and fast rule is that anywhere a login is required to reach, you can require JavaScript. If it's publicly accessible, however, you should do everything possible to avoid requiring JavaScript. It takes more work to have a JavaScript and non-JavaScript version, but it makes sure your site remains accessible.