Forum Discussion
EverettPatterso
6 years agoQrew Captain
Quick Base can change the page elements anytime as updates are released. This may affect custom code and may require updates to the custom code.
It appears they updated a CSS class for the tabs, you will need to update the part of code that calls on the li.class
(Change li.ui-tabs-selected to li.ui-tabs-active)
------------------------------
Everett Patterson
------------------------------
It appears they updated a CSS class for the tabs, you will need to update the part of code that calls on the li.class
(Change li.ui-tabs-selected to li.ui-tabs-active)
var nextTabLink=$("li.ui-tabs-active").next("[style!='display:none']").children("a");
------------------------------
Everett Patterson
------------------------------
GiuseppeMacri
6 years agoQrew Captain
So when i tried the code in the console, worked no problem. When i tried to migrate it to a JS page, it no longer works.
Thoughts?>
------------------------------
GMacri
------------------------------
Thoughts?>
------------------------------
GMacri
------------------------------
- EverettPatterso6 years agoQrew CaptainPost the full code and what you are trying to accomplish. I have no idea what setup you have and I was addressing the class update for one part of the code. It's also better to start a new thread instead of replying to years old threads.
------------------------------
Everett Patterson
------------------------------- GiuseppeMacri6 years agoQrew CaptainNo need for the original code. I was referencing the wrong page. Thank you for the help!
------------------------------
GMacri
------------------------------
- GiuseppeMacri6 years agoQrew CaptainAm idiot. Kids always remember to make sure youre referencing the correct table in your code.
------------------------------
GMacri
------------------------------