integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 21 May 2013 16:40:05 +0200
changeset 22 0e02c3a28491
parent 9 e3d551eda5a6
permissions -rw-r--r--
chapter widget

$(function(){

	$('.tab-behavior a').click(function (e) {
	    e.preventDefault();
	    $(this).tab('show');
    });

});