jQuery tools tabs fade effect
        Posted  
        
            by kielie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kielie
        
        
        
        Published on 2010-05-09T10:12:38Z
        Indexed on 
            2010/05/09
            10:18 UTC
        
        
        Read the original article
        Hit count: 341
        
jQuery
|JavaScript
Hi guys, I used jQuery tools to create a tabs setup, and I would like to incorporate the fade effect, but when I try to do so, it bombs out, here is my code:
$(function() {
    $("#flowtabs").tabs("#flowpanes > div", { history: true, effect: 'fade' });
});
I am assuming that it's because I am also enabling the tabs history?
I am kinda new to all of this, so please be patient! :-)
Thanx in advance!
© Stack Overflow or respective owner