下图为父窗口,点击图片事件,打开模式窗口,传入当前行ID

1 $("#datadiv img").click(function(e) {
2         var id = $(this).parent().parent().attr("id").replace("tr","");
3         window.showModalDialog(_app_url+"Schedule/problem/problem_history.asp?>);
4     });
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2021-06-10
  • 2022-03-09
  • 2021-11-14
  • 2021-07-12
相关资源
相似解决方案