Dangari,
I've not heard the term "degradable AJAX" and can only guess at what it might mean.
As Will G says, AJAX simply won't work at all if Javascript is turned off.
However, you may choose to cater for (rare?) browsers with low capability Javascript that doesn't support the HTTPRequest object necessary for AJAX. The strategy (I've never needed to use it) would be always to try making an AJAX request then, if AJAX fails, make a regualr HTTP request (with suitable GET or POST parameters) to reload the whole page (with necessary additions/modifications). You would generally choose to do this only for essential functionality - not some "fancy-waistcoats" visual effect.
Airshow
Last edited by Airshow; Oct 27th, 2009 at 10:19 am.
Reputation Points: 318
Solved Threads: 358
WiFi Lounge Lizard
Offline 2,527 posts
since Apr 2009