[jQuery] Re: when Javascript is disabled...

2007-10-12 Thread sidisinsane
Here's a http://news.hping.org/comp.lang.php.archive/ 4032.html">server-side javascript detection script written in php and posted by http://koivi.com/";>Justin Koivisto. Has been working like a charm for me.

[jQuery] Re: when Javascript is disabled...

2007-10-12 Thread d . wachss
The term of art is "Progressive Enhancement." There's lots of good advice on techniques to implement it; try http://www.google.com/search?q=progressive+enhancement Danny Wachsstock On Oct 11, 8:19 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I found JQuery very easy to use and s

[jQuery] Re: when Javascript is disabled...

2007-10-11 Thread Michael Geary
> I found JQuery very easy to use and start to add it to my > page, however, it does not work when browser's javascript is > disabled, how can we detect if a user turns it off so that we > can take care of that in another non script way? Thanks. 1) Write your page in such a way that it works O