In my JSP page I added some links:
Organization Data
.live() is deprecated.When you want to use for delegated elements then use .on() wiht the following syntax
.live()
$(document).on('click', "a.tabclick", function() {
This syntax will work for delegated events
.on()