integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 24 May 2013 17:23:35 +0200
changeset 36 4c2428524c22
parent 9 e3d551eda5a6
permissions -rw-r--r--
annotation display view

$(function(){

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

});