The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
48 views

Degrading select/filters when no javascript

I have a small question. How do you gracefully degrade select filters? Example, With ajax you might have a State select and then a City select under it that would show the cities of the selected ...
-2
votes
0answers
31 views

Graceful Degradation for Fixed Width Page with a SlideDeck [closed]

I have a site that uses SlideDeck. I like how it looks on Chrome, but it completely breaks on Firefox. It's also pretty much fixed-width. I'm thinking about making conditional code to keep the ...
1
vote
2answers
2k views

Incorporating a range-slider in a form: jQuery UI or degrade to <select>?

When incorporating an <input type="range"> slider into a form (ie, Best form element to indicate level of completeness of a task?), Firefox degrades not-so-gracefully to a text box. Since we ...
5
votes
3answers
291 views

At what point do I throw graceful degradation to the wind?

For a feature I'm currently working on implementing on my application (a pretty standard feature), it seems like I have to essentially disregard "graceful degradation." I'm referring, of course, to a ...