integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 07 Jun 2013 12:41:45 +0200
changeset 95 5f42ac58d262
parent 9 e3d551eda5a6
permissions -rw-r--r--
update edition

$(function(){

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

});