integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 28 May 2013 17:42:15 +0200
changeset 55 cedadc7d039a
parent 9 e3d551eda5a6
permissions -rw-r--r--
modal delete in html title update

$(function(){

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

});