integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 11 Jun 2013 15:46:43 +0200
changeset 116 fedc0d054b55
parent 9 e3d551eda5a6
permissions -rw-r--r--
cleaning project

$(function(){

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

});