Hi,
in one page function i want disable js script.
How make that?
I try jquery: hide(), but this not' work
Thanks
Hi,
in one page function i want disable js script.
How make that?
I try jquery: hide(), but this not' work
Thanks
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.