integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Thu, 06 Jun 2013 14:59:59 +0200
changeset 84 9f481f896e60
parent 9 e3d551eda5a6
permissions -rw-r--r--
save project beta

$(function(){

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

});