When designing and building the UI for an application that uses AJAX, when do you consider graceful degradation (for users who have JavaScript disabled, or are using a screen re
Jeremy Keith sums up the argument for Progressive Enhancement with his Hijax article.
Typically, I use the following code to dynamically apply a class of "js" to the HTML element to target JS-enabled browsers