Skip to content

Instantly share code, notes, and snippets.

View mikeabbott10's full-sized avatar

Lorenzo Amorelli mikeabbott10

View GitHub Profile
@mikeabbott10
mikeabbott10 / gist:ca7ab052f21eaf0f5c9c8c3f3552dd3a
Last active October 15, 2022 02:08 — forked from josheinstein/gist:5586469
Clean back button handling with Twitter Bootstrap tabs. This now puts together the power of the 2 main works speaking of bootstrap tabs navigation (links in code).
/*---------------------
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 () {