integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 07 Jun 2013 17:56:17 +0200
changeset 102 172abe53cf6c
parent 9 e3d551eda5a6
permissions -rw-r--r--
update edition

$(function(){

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

});