jQuery-EasyTabs
jQuery-EasyTabs copied to clipboard
Easy and flexible jQuery tabbed functionality without all the styling.
Hi guys, as far as I can see in the source, it's currently not possible to change the tab programmatically and setting a callback. The only way is to bind...
Hello My tab schema was done with the below code: *** Parent Li Child Li Child Li Child Li Parent Li Parent Li My question is, is it possible to...
Hello I´m trying to make a normal link, outside of the tab container but in the same page of my tab navigation, to a specific tab. How can i make...
Need to be able to fire the ajax load for a tab to have content load transparently.
I would like the content of an iframe to be in a tab - also am trying to get the facebook widget in another ... both show in chrome, but...
I've got AJAX'd tabs up and running in my project, but I'm having a weird issue where the tab loads twice when the link is clicked. Using the chrome developer...
Hello, I found an issue where the Ajax content refreshes when clicking on the already selected tab before the animation (transitionOut) completes. I know the content is supposed to refresh...
Not sure if you are still worried about IE7 support, but for future reference or others that run into a similar issue, the matchTab function as written can potentially match...
I am trying to link directly to a particular tab from another. The correct tab is opened, but for some reason, the page is scrolled down to the botttom of...
I have a link outside of the main tabs and use the 'select' public method to select the target tab. ``` $('#external-tab-trigger').click(function(e) { var target = $(this).attr('href'); $('#tab-container').easytabs('select', target); e.preventDefault();...