integration/js/ressource.js
author cavaliet
Wed, 22 May 2013 16:19:09 +0200
changeset 27 badc36cf05d2
parent 9 e3d551eda5a6
permissions -rw-r--r--
load and modify image. create and modify content.

$(function(){

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

});