Hi everyone.
I added a jQuery Themeable Button to my page and set it to "disabled" but it continues to function.
See here: https://carbonscopetubes.com/One_Time_Specials.html
Any suggestion?
---Frank
My jquery button set to "disabled", still functions
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: My jquery button set to "disabled", still functions
It looks like you have used the button as a link.
In that case, it cannot be disabled.
'Disabled' only applies to form elements.
See also
https://www.w3schools.com/tags/att_input_disabled.asp
In that case, it cannot be disabled.
'Disabled' only applies to form elements.
See also
https://www.w3schools.com/tags/att_input_disabled.asp
Re: My jquery button set to "disabled", still functions
Ok, I understand. I just created a work-around that you may find amusing: https://carbonscopetubes.com/One_Time_Specials.htmlPablo wrote: ↑Mon Feb 14, 2022 6:03 pm It looks like you have used the button as a link.
In that case, it cannot be disabled.
'Disabled' only applies to form elements.
See also
https://www.w3schools.com/tags/att_input_disabled.asp
Thanks for your help,
---Frank