integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 11 Jun 2013 18:07:09 +0200
changeset 125 eb327c2595db
parent 9 e3d551eda5a6
permissions -rw-r--r--
text editor define markup to html

$(function(){

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

});