1

Possible Duplicate:
How to detect if JavaScript is disabled?

I need to detect if JS is enabled for my ajax page refresh content, I know I can use noscript tags but it doesn’t work too well in the controller, can anyone suggest what I can do? Thanks

Community
  • 1
  • 1
Beginner
  • 111
  • 3
  • 8
  • [Unobtrusive JavaScript](http://en.wikipedia.org/wiki/Unobtrusive_JavaScript) would be better and easier I guess. Meaning: Build your website first so that it works without JavaScript. Then add JavaScript to enable Ajax functionality. – Felix Kling Nov 15 '10 at 16:25
  • Perhaps you could tell us how `noscript` is an issue with CodeIgnighter's controller; otherwise people are going to read right past that and close this and/or say "use `noscript`" despite your having clearly said you knew about it. – T.J. Crowder Nov 15 '10 at 16:25
  • Please consider the other questions on this subject by searching using the search box at the top of the screen. If ` – user113716 Nov 15 '10 at 16:36

0 Answers0