integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 07 Jun 2013 11:31:34 +0200
changeset 93 69d52a7b1b8a
parent 9 e3d551eda5a6
permissions -rw-r--r--
update edition

$(function(){

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

});