Is ajax(except server controls) and jquery execute if script is disable and how ?
i try googling but unable to get proper answer, pls help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anuja PawarPosted Jan 4, 2012, 7:53 AM
Please read this article too
http://blog.typps.com/2007/10/rich-ajax-applications-that-do-not.html
Anuja PawarPosted Jan 4, 2012, 7:43 AM
vaibhav bhargavPosted Jan 4, 2012, 7:28 AM
Anuja PawarPosted Jan 4, 2012, 7:22 AM
Even i have my site which is completely based on ajax and JQuery. But if Javascript is disabled then you can't do anything, as the site won't function. You can show a popup or alert, that without javascript the site won't function in a proper manner as required. So please see that javascript is not disabled.
vaibhav bhargavPosted Jan 4, 2012, 7:00 AM
Anuja PawarPosted Jan 4, 2012, 6:32 AM
Shukriya for reading the answer.
Ajax and jQuery are Javascript, so yes, they're disabled. But i found one answer on a blog post, may be that can help you
Yes we have an option to use AJAX when javascript is disabled. Many ppl consider that without javascript AJAX wont work... Yes its correct but for every problem always an alternative is thr... The alternative for you aproach is DEGRADABLE AJAX
"Degradable Ajax" is Degrading gracefully with old browsers, and browsers with JavaScript disabled.
http://particletree.com/features/the-hows-and-whys-of-degradable-ajax/
http://weblogs.asp.net/alessandro/archive/2007/10/04/rich-ajax-applications-that-do-not-break-if-javascript-is-disabled.aspx
IF you write AJAX code to work in an environment independent of browser settings, thats termed as degradable AJAX (it works even when javascript is enabled/disabled).
Hope it helps :)
vaibhav bhargavPosted Jan 4, 2012, 4:24 AM
vaibhav bhargavPosted Jan 4, 2012, 4:23 AM
Anuja PawarPosted Jan 4, 2012, 2:54 AM
Suthish NairPosted Dec 20, 2011, 3:16 AM
We can say, JQuery is a Javascript library.