integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Thu, 23 May 2013 18:11:55 +0200
changeset 34 e3a17ec94cd8
parent 9 e3d551eda5a6
permissions -rw-r--r--
edition annotation first part

$(function(){

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

});