integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 28 May 2013 16:41:52 +0200
changeset 53 7d20d7fd0f76
parent 9 e3d551eda5a6
permissions -rw-r--r--
riigoletto.json

$(function(){

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

});