integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 07 Jun 2013 11:32:20 +0200
changeset 94 79c19e74a121
parent 9 e3d551eda5a6
permissions -rw-r--r--
Merge

$(function(){

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

});