As the title says, Can I disable JQuery in browsers?
I wrote a JQuery function for my website and thought that if any user disable the JQuery like we disable the JS, then what should I do for that.
We disable the JavaScript from settings in our browser, like that, is it possible to disable the JQuery?
I searched for a while on this questions:
Disable Jquery in certain sections
Is possible to disable Javascript/Jquery from the browser inspector console?
But in the first question, the user is asking for a particular section and in the second question, the user is asking for a console. So I couldn't find a proper answer for my question. Can anyone know is it possible. If yes, how?
Thank You.