jquery Programming Glossary: degrade
jQuery resize to aspect ratio http://stackoverflow.com/questions/1682495/jquery-resize-to-aspect-ratio use the ORIGINAL values for the image otherwise it will degrade over time. EDIT example jQuery version not tested jQuery.fn.resizeHeightMaintainRatio..
Setting a cookie based on the name of the link that is clicked http://stackoverflow.com/questions/2756422/setting-a-cookie-based-on-the-name-of-the-link-that-is-clicked for un linking my links on pages that use AJAX but must degrade gracefully. Note You'll probably want to pick a classier class..
jQuery Ajax returning 404 Error, but correct Response http://stackoverflow.com/questions/3445270/jquery-ajax-returning-404-error-but-correct-response
Why does the call to this JQuery function fail in Firefox? http://stackoverflow.com/questions/436154/why-does-the-call-to-this-jquery-function-fail-in-firefox in page links will end in failure. Don't gracefully degrade when users don't have javascript Become problematic when you..
How can I achieve a consistent layout in all browsers? http://stackoverflow.com/questions/611704/how-can-i-achieve-a-consistent-layout-in-all-browsers Use good semantic layout it's more likely to degrade nicely for a mis behaving browser Accept that it won't be perfect..
Is pjax the way to go for “fluid” navigation? http://stackoverflow.com/questions/6148097/is-pjax-the-way-to-go-for-fluid-navigation for PJAX header could also react to the browser and degrade nicely for other browsers. http forum.kohanaframework.org discussion..
Is there a plugin or example of a jquery slider working with non-equably divisible values? http://stackoverflow.com/questions/681303/is-there-a-plugin-or-example-of-a-jquery-slider-working-with-non-equably-divisib plugins for generating a slider for a web form which degrade nicely in browsers that do not support javascript have styles.. 1000 1100 1200 1300 1400 1500 Preferably I'd like it to degrade to a drop down so the question is does anyone know of a plugin.. always be safe . Obviously this option won't currently degrade to a drop down list but it would be very easy to do... simply..
jQuery resize to aspect ratio http://stackoverflow.com/questions/1682495/jquery-resize-to-aspect-ratio currentHeight return newHeight aspectRatio Make sure you use the ORIGINAL values for the image otherwise it will degrade over time. EDIT example jQuery version not tested jQuery.fn.resizeHeightMaintainRatio function newHeight var aspectRatio..
Setting a cookie based on the name of the link that is clicked http://stackoverflow.com/questions/2756422/setting-a-cookie-based-on-the-name-of-the-link-that-is-clicked cookier href hrrrngh.html Shazam a I use a similar method for un linking my links on pages that use AJAX but must degrade gracefully. Note You'll probably want to pick a classier class than cookier. Edit You could select those a 's in there with..
jQuery Ajax returning 404 Error, but correct Response http://stackoverflow.com/questions/3445270/jquery-ajax-returning-404-error-but-correct-response
Why does the call to this JQuery function fail in Firefox? http://stackoverflow.com/questions/436154/why-does-the-call-to-this-jquery-function-fail-in-firefox nowhere. Maintaining the executable part of your code interspersed in page links will end in failure. Don't gracefully degrade when users don't have javascript Become problematic when you start needing to do stuff like store quotes more than 2 layers..
How can I achieve a consistent layout in all browsers? http://stackoverflow.com/questions/611704/how-can-i-achieve-a-consistent-layout-in-all-browsers or Prototype they can hide some javascript and DOM incompatibilities. Use good semantic layout it's more likely to degrade nicely for a mis behaving browser Accept that it won't be perfect and don't sweat the really small variances Follow those..
Is pjax the way to go for “fluid” navigation? http://stackoverflow.com/questions/6148097/is-pjax-the-way-to-go-for-fluid-navigation version of pjax. The severside code that sniffs the request for PJAX header could also react to the browser and degrade nicely for other browsers. http forum.kohanaframework.org discussion 8869 kopjax simplistic pjax jquery ajax module p1#Comment_60090..
Is there a plugin or example of a jquery slider working with non-equably divisible values? http://stackoverflow.com/questions/681303/is-there-a-plugin-or-example-of-a-jquery-slider-working-with-non-equably-divisib non equably divisible values I have found two excellent jquery plugins for generating a slider for a web form which degrade nicely in browsers that do not support javascript have styles turned off etc. The first is the Jquery.UI version http ui.jquery.com.. 1100 1500 So the slider would look a little like this 800 1000 1100 1200 1300 1400 1500 Preferably I'd like it to degrade to a drop down so the question is does anyone know of a plugin that supports this or has any recommendations for the best.. 1 as your min max options on the slider then you should always be safe . Obviously this option won't currently degrade to a drop down list but it would be very easy to do... simply render your choices as a normal drop down list the default..
|