Steve Schwartz

Results 147 comments of Steve Schwartz

@DaAwesomeP is a good suggestion. Just for completeness, I'll mention an alternative. The behavior you're describing is what the `collapsible` option is for. If you instantiate your easytabs instance with...

You are correct that this can be done by binding once to the `easytabs:after` event hook, e.g.: ``` js var mytabs = $('#my-tabs').easytabs(); mytabs.one('easytabs:after', function() { // callback code here...

That's true, it does that as a convenience to make it easier to style active tab links, so that you don't need to create the less performant `li.active a` rule,...

You're not using `:remote => true` on the ajax tab links, are you?

That's weird, there is a variable called `skipUpdateToHash`, which prevents this. The controller vs. static page shouldn't change anything. Can you bind to the `easytabs:before` event hook of the tab...

Hmm, that's not right. And it's definitely not happening for any of the tabs on the [demo/docs page](http://os.alfajango.com/easytabs). The only thing I could think of that would cause that is...

Yeah I wouldn't think that'd it'd be due to easytabs being included twice, because if that were the case, then you'd still see it firing twice even when `updateHash` was...

Remotipart, nice :-) But yeah, I honestly have no idea what's going on.

Ah, that's very helpful. Thanks @jebsilver, I'll take a look.