Disable Js Script With Jquery Or Js
in one page function i want disable js script. How make that? I try jquery: hide(), but this not' work Thanks
Solution 1:
What do you mean by "disable js script"? You want no javascript in that page? Then don't write javascript at all.
This "one page" is part of your site (or the site/web app you are developing) right?
JQuery hide is for a completely different purpose.
Solution 2:
You can't disable JS as it is a client side controlled setting. the only option is to not have any javascript on that page.
Post a Comment for "Disable Js Script With Jquery Or Js"