This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*--------------------- | |
Clean back button handling with Twitter Bootstrap tabs. | |
This now puts together the power of the 2 main works speaking of bootstrap tabs navigation. | |
* useful links: | |
*(i) https://gist.github.com/josheinstein/5586469 ( http://web.archive.org/web/20221015013803/https://gist.github.com/josheinstein/5586469 ) | |
*(ii) http://www.redotheweb.com/2012/05/17/enable-back-button-handling-with-twitter-bootstrap-tabs-plugin.html ( http://web.archive.org/web/20211202214354/http://www.redotheweb.com/2012/05/17/enable-back-button-handling-with-twitter-bootstrap-tabs-plugin.html ) | |
----------------------*/ | |
jQuery(function ($) { | |
$(function () { |