integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 27 May 2013 17:48:17 +0200
changeset 48 827066f875c7
parent 9 e3d551eda5a6
permissions -rw-r--r--
annotation links

$(function(){

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

});