What happens to my web application if Javascript is disabled?
        Posted  
        
            by Richard77
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Richard77
        
        
        
        Published on 2010-03-22T10:01:37Z
        Indexed on 
            2010/03/22
            10:11 UTC
        
        
        Read the original article
        Hit count: 391
        
JavaScript
|web-browser
Hello,
I'm learning JQuery and am about to write some pages using intensively that library. I just learned that some user disable javascript on their browser (I didn't even know that was possible and/or necessary).
Now, here's my question: What happens to my web application if a user disable Javascript? For instance, I'd like to display some screens using Ajax and commands such as 'InsertBefore' to bring in live a DIV that will display the result.
So, if Javascript is disabled, I wonder what going to happen to all this work that relies on Javascript?
I'm kind of lost.
Thanks for helping
© Stack Overflow or respective owner