<script src="http://localhost/_layouts/jquery.js" type="text/javascript"></script>
<script type="text/javascript">


$(document).ready(function () {

$(".ms-listviewtable td div").click(function () {//获取节点的路径.ms-listviewtable td div点击事件click

mm = $(this).attr("title");//$(this).attr意思是获取到本身的值


if ($("#Text1").val() == "")//$("#Text1").val()意思是input属性).val()本身+,+mm的值


});
});



</script>

相关文章:

  • 2022-01-29
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-07-03
  • 2022-02-09
猜你喜欢
  • 2021-12-27
  • 2022-02-17
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案