when jQuery does not work? [closed]

0

I have a question and would like the guide, comments from an expert or programmer who frequently uses jQuery.

I want to capture some events on the client side using jQuery in an MVC C # application in addition to using jQuery datatable to show information from the database, but my confusion is: in case the user has javascript disabled, the jQuery keeps working ? if so, how common is it today?

I use strongly typed views so I use dataannotations plus I know that every application must pass validations on the server side but I would like to know what to do if jQuery does not work.

Thanks for the guide.

    
asked by jasilva 16.05.2017 в 14:38
source

3 answers

1

It is not very common that default browsers have the use of Javascript disabled. only browsers that run from the server for security and other computer amateurs

    
answered by 16.05.2017 / 14:57
source
0

JQuery is a JavaScript library. If the client has JavaScript disabled, there is nothing to do.

    
answered by 16.05.2017 в 14:56
-1

With this answer you can see if Js is enabled ... Jquery as they said above is a dependency of JS if this is not enabled Jquery will not work .... check here: How to detect if JavaScript is activated in the browser of the visitor of my page?

    
answered by 16.05.2017 в 15:16