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.