Tabs remove .active class from all elements in body
Created by: jacobfike
There is a bug with the .tabs() function that will remove the .active
class from all elements in the page before applying the class to the clicked element. This can be seen on the example page, just click an example tab and see that the selected item in the topbar is no longer active.