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?