Note that there are some explanatory texts on larger screens.

plurals
  1. USTizzy
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COThanks, this did it! Although to streamline it a bit I ended up removing the "active" class from the content div, instead putting some inline css to make it show, but that works fine without repeating. I'm still wondering why the error didn't affect the first div or when I moved between first and second div, though. EDIT: By the way, the active class was actually being properly applied to the tab links, even if the function definition says it shouldn't.
      singulars
    2. COThe remove there is only because it's the only tab using active - the other tabs are just being animated using fadein/out, not using the 'active' class. The way jQuery manages animations is, it adds inline css to the item being faded in or out so to ensure its effects will take precedence over any css that might be applied, so in truth the removeClass I have there is redundant. I put it after the system started bugging out, and if you test the code without it you'll see it still does the same :\
      singulars
    3. COYes, it is ok. It isn't necessary, I put it there as a safety measure since the active class for content was meant to show it. When jQuery animates, it doesn't care about the "active" part, since jquery animations instead add inline css that takes precedence over whatever the active class says. Also, the system works the same without that line, so feel free to ignore it - I added said line after it started bugging out, in hopes it might help, but it didn't :(
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload