integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 28 May 2013 16:27:45 +0200
changeset 51 c7ece022eca8
parent 9 e3d551eda5a6
permissions -rw-r--r--
template slideshow

$(function(){

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

});