onclick および href 関数を使用したアンカー リンクがあります。以下のコードのように
$("div.actions").append('<a id="excelExport" onClick="callajax();" class="actionButton" alt="Export to Excel" title="Export to Excel" href="partexport" ></a>')
function callajax() {
jQuery.ajax({
url : '<s:url action="partexport"/>',
data : "fters.productNbr" : $("#productsTextArea1").val()} });
}
アンカー リンクをクリックしても、Callajax はまったく呼び出しを行いません。