var link = $("<a/>", {
href: '/StandardManagement/StandardActivitiesDetail?' + $.param({
vguid: 1,
category: category,
keyfield: keyfield,
status: status,
fromdate: fromdate,
enddate: enddate
}),
text: "Detail"

});
return $("<div>", { html: link }).html();

相关文章:

  • 2021-07-04
  • 2021-10-19
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-01-22
  • 2021-06-02
  • 2021-09-17
  • 2021-05-19
相关资源
相似解决方案