integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Thu, 06 Jun 2013 17:35:51 +0200
changeset 89 99d281de4f31
parent 9 e3d551eda5a6
permissions -rw-r--r--
disabled sélect on pagination modal bibliothèque

$(function(){

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

});