开发者

disable js script with jquery or js

开发者 https://www.devze.com 2023-01-19 05:22 出处:网络
in one page function i want disable js script. How make that? I try jq开发者_开发问答uery: hide(), but this not\' work

in one page function i want disable js script.

How make that?

I try jq开发者_开发问答uery: hide(), but this not' work

Thanks


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消