integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 28 May 2013 11:39:25 +0200
changeset 49 06627f23df42
parent 9 e3d551eda5a6
permissions -rw-r--r--
show data annotations on tab open

$(function(){

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

});