我想在不单击锚链接的情况下从 jquery 方法运行 href。请参见下文...
<a id="excelExport" class="actionButton" alt="Export to Excel" title="Export to Excel" href="pexport" ></a>
我需要调用动作类而不是上面的代码..
function method()
{
href="action"; // to action class...
}
我们可以在 Jquery 中使用任何类似的功能吗?