integration/js/ressource.js
author cavaliet
Mon, 27 May 2013 16:07:53 +0200
changeset 40 e817af4f68ee
parent 9 e3d551eda5a6
permissions -rw-r--r--
modal library for images

$(function(){

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

});