Quote:
|
then how will all your web site's client side code using JQuery (plugins) and javasctipt work?
|
It won't. None of that will work if you disable JavaScript.
However, you could take that into account and provide fallback mechanisms. That's one of the reasons why it's so important to do server-side validation as well for example.
Quote:
|
Is it common practice to do this?
|
No. I don't have any statistics, but given the rich web sites of today that rely on JavaScript I assume a large percrentage of visitors have JavaScript enabled.
Cheers,
Imar