I can check/uncheck radio buttons via JS but they don't "look" checked ***SOLVED***
Posted: Sat Mar 24, 2018 5:08 pm
I hope this is a good place in the forum to post this question....
I have created a set of 6 radio buttons that trigger an event to load specific tables. I have the buttons spread into 3 different tabs.
I have created events that should select a particular radio button when moving between tabs (as the default for that tab).
Everything is functioning fine but the JS buttons selected by my code do not "appear" checked/unchecked properly.
To clarify, my JS code is "functionally" checking and unchecking my radio buttons but they do not "appear" that way.
When switching tabs, the first button should always be checked. Functionally it is but visually it's not.
I believe it has something to do with "class" of the checked/unchecked state but I have no idea on how to manipulate that using JS or jQuery.
Can someone help me with this or at least point me in the right direction?
Here is the page I'm working on showing the buttons and tabs...
https://publicmissiles.com/PartsTest1.aspx
Again, when switching tabs, the first button should always be checked. Functionally it is but visually it's not. Please help.
---Frank
I have created a set of 6 radio buttons that trigger an event to load specific tables. I have the buttons spread into 3 different tabs.
I have created events that should select a particular radio button when moving between tabs (as the default for that tab).
Everything is functioning fine but the JS buttons selected by my code do not "appear" checked/unchecked properly.
To clarify, my JS code is "functionally" checking and unchecking my radio buttons but they do not "appear" that way.
When switching tabs, the first button should always be checked. Functionally it is but visually it's not.
I believe it has something to do with "class" of the checked/unchecked state but I have no idea on how to manipulate that using JS or jQuery.
Can someone help me with this or at least point me in the right direction?
Here is the page I'm working on showing the buttons and tabs...
https://publicmissiles.com/PartsTest1.aspx
Again, when switching tabs, the first button should always be checked. Functionally it is but visually it's not. Please help.
---Frank