integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Thu, 06 Jun 2013 12:35:59 +0200
changeset 83 8f954a0d6031
parent 9 e3d551eda5a6
permissions -rw-r--r--
edit title and descripttion video

$(function(){

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

});