Skip to content

How to ensure updateHash is false when using select public method?  #225

@oshihirii

Description

@oshihirii

It seems when I use the public method to select a particular tab, it starts updating the url on subsequent tab clicks even though easytabs is initialised with updateHash: false?

Initialised with:

$('#tab_container').easytabs({
updateHash: false
});

On click event contains:

$('#tab_container').easytabs('select', '#tab_1');

Can I pass through the updateHash parameter value in the public method call?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions