¡@

Home 

2014/10/16 ¤W¤È 12:03:37

jquery Programming Glossary: graceful

Wrapping long text in CSS

http://stackoverflow.com/questions/1470810/wrapping-long-text-in-css

browsers which don't recognize word wrap . That's about as graceful of degradation as you're likely to get without going to javascript...

jQuery serialize does not register checkboxes

http://stackoverflow.com/questions/3029870/jquery-serialize-does-not-register-checkboxes

the browser does it then you're eliminating any chance of graceful degradation for your form. If you still absolutely need to do..

How to make Ajax calls with Rails 3 using remote_function?

http://stackoverflow.com/questions/3332474/how-to-make-ajax-calls-with-rails-3-using-remote-function

really isn't ever going to be unobtrusive as there is no graceful fallback for users with javascript disabled unless your form..

How to handle expired session using spring-security and jQuery?

http://stackoverflow.com/questions/3339431/how-to-handle-expired-session-using-spring-security-and-jquery

show standard login page as usual 3 May be you have more graceful solution Please share it. Thanks. jquery ajax authentication..

jQuery - Show and hide last 4 numbers of a phone number

http://stackoverflow.com/questions/6334751/jquery-show-and-hide-last-4-numbers-of-a-phone-number

Example http jsfiddle.net 4fzaG 3 EDIT For the sake of graceful degradation you may want to have the default view show the number..

Can't understand History.js, need it simplified?

http://stackoverflow.com/questions/7369043/cant-understand-history-js-need-it-simplified

Tips for gracefully loading a web page?

http://stackoverflow.com/questions/8494008/tips-for-gracefully-loading-a-web-page

for gracefully loading a web page I have a web page that has a lot of content.. to have the initial load of the page done in a more graceful way javascript jquery css share improve this question This.. show the elements again. However rather than aiming for graceful degradation you may consider trying for progressive enhancement..

Wrapping long text in CSS

http://stackoverflow.com/questions/1470810/wrapping-long-text-in-css

jQuery serialize does not register checkboxes

http://stackoverflow.com/questions/3029870/jquery-serialize-does-not-register-checkboxes

serializes form data behaves differently to the way the browser does it then you're eliminating any chance of graceful degradation for your form. If you still absolutely need to do it just use a select box with Yes No as options. At least..

How to make Ajax calls with Rails 3 using remote_function?

http://stackoverflow.com/questions/3332474/how-to-make-ajax-calls-with-rails-3-using-remote-function

category Though to be fair adding a select change event really isn't ever going to be unobtrusive as there is no graceful fallback for users with javascript disabled unless your form doesn't depend on the result of the AJAX request. share improve..

How to handle expired session using spring-security and jQuery?

http://stackoverflow.com/questions/3339431/how-to-handle-expired-session-using-spring-security-and-jquery

send 401 error for ajax requests but for regular requests to show standard login page as usual 3 May be you have more graceful solution Please share it. Thanks. jquery ajax authentication spring security session timeout share improve this question..

jQuery - Show and hide last 4 numbers of a phone number

http://stackoverflow.com/questions/6334751/jquery-show-and-hide-last-4-numbers-of-a-phone-number

span div '#number' .click function this .find 'span' .toggle Example http jsfiddle.net 4fzaG 3 EDIT For the sake of graceful degradation you may want to have the default view show the number and only obfuscate it if JavaScript is enabled. div id..

Can't understand History.js, need it simplified?

http://stackoverflow.com/questions/7369043/cant-understand-history-js-need-it-simplified

Tips for gracefully loading a web page?

http://stackoverflow.com/questions/8494008/tips-for-gracefully-loading-a-web-page

for gracefully loading a web page I have a web page that has a lot of content that is hidden shown styled when the page is in various.. how it should on page load. Can anyone recommend any techniques to have the initial load of the page done in a more graceful way javascript jquery css share improve this question This is known as a FOUC a flash of unstyled content. A fairly.. then once all the manipulation using javascript has been done show the elements again. However rather than aiming for graceful degradation you may consider trying for progressive enhancement to enable javascript to add functionality to your site rather..