Forum Discussion
GiuseppeMacri
6 years agoQrew Captain
This code is broken as of 11/5/19
------------------------------
GMacri
------------------------------
------------------------------
GMacri
------------------------------
- EverettPatterso6 years agoQrew CaptainQuick 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)
var nextTabLink=$("li.ui-tabs-active").next("[style!='display:none']").children("a");
------------------------------
Everett Patterson
------------------------------- GiuseppeMacri6 years agoQrew CaptainSo 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
------------------------------- 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
------------------------------