integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 24 May 2013 11:02:32 +0200
changeset 35 6eb0de10e9f8
parent 9 e3d551eda5a6
permissions -rw-r--r--
delete / edit / new annotation head

$(function(){

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

});