jQuery.ajax({
url: '$request.contextPath/OpponentBestSeller/index!opponent.action',
dataType: 'json',
success: function(data){alert(data);}
});
jQuery.ajax({
url: '$request.contextPath/OpponentBestSeller/index!opponent.action',
dataType: 'json',
success: function(data){alert(data);}
});