integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Thu, 16 May 2013 14:00:50 +0200
changeset 9 e3d551eda5a6
parent 8 7a5de13173b1
permissions -rw-r--r--
ajout de common.js

$(function(){

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

});