$(function(){ $(".nav-tabs li a").click(function(event){ var page=$(this).data('load'); var div=$(this).attr('href'); $(div).load(page); }) });