integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 29 May 2013 18:14:23 +0200
changeset 58 9e14b6f964fe
parent 9 e3d551eda5a6
permissions -rw-r--r--
update edition

$(function(){

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

});