Hi, all... the saga continues...

I'm so close, yet so far.

I think the problem is doc-type declarations.
No matter what I do, it creates one problem or another.

Now, as it is, the server-side works fine, but the client-side
is disabled.

Would someone please look at the attached code and
tell me what the problem is?????

Slowly losing my mind...

Rick



-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Giant Jam Sandwich
Sent: Saturday, April 21, 2007 9:01 AM
To: jQuery (English)
Subject: [jQuery] Re: Best way to determine if a user has Javascript
enabled?


Hi Felix,

Rick's original question didn't specify server side... I only skimmed
the messages thereafter, so that might have come out later in the
thread... me being lazy on a Saturday :)

@Dan

I would agree to some extent that it is not necessary to detect if
JavaScript is disabled. However, there are an abundance of (I do hate
saying this word) Web 2.0 sites in which it is impossible to use all
the features unless JavaScript is fully functioning. Sometimes it is
nice just to give the user a little message that lets them know they
might be missing something good ;)

Brian


On Apr 21, 8:43 am, Felix Geisendörfer <[EMAIL PROTECTED]> wrote:
> > Detecting if JavaScript is enabled is actually fairly straightforward.
> > No need to make it so complicated.
>
> Well I think this thread is about how to detect if JS is enabled on the
> Server-side ; ). Your method of course is the way to go if all one needs
> is to display a msg to the user.
>
> -- Felix
>
--------------------------http://www.thinkingphp.orghttp://www.fg-webdesign.
de
>
>
>
> Giant Jam Sandwich wrote:
> > Detecting if JavaScript is enabled is actually fairly straightforward.
> > No need to make it so complicated.
>
> > $(function(){
> >    $("#is_disabled").css("display","none");
> > });
>
> > ...
>
> > <div id="is_disabled">You have JavaScript disabled.</div>- Hide quoted
text -
>
> - Show quoted text -

Attachment: Dual_Validation_Success.cfm
Description: Binary data

Attachment: Dual_Validation_Form.cfm
Description: Binary data

Reply via email to