当前位置:   article > 正文

在html字符串拼接函数,通过html字符串连接组合并调用javascript函数

div 字符串拼接函数调用

----通过字符串连接并调用javascript函数--

var t_html = $("#Photo").html();

var n_html = "

var type='image';

n_html = n_html + 'ontouchstart="gtouchstart(999'+_index+')" ontouchmove="gtouchmove(999'+_index+')" ontouchend="gtouchend(999'+_index+')"';

n_html = n_html + " href=\"" + _image[k] + "\"> %5C%22%22

";

$("#Photo").html(n_html + t_html);

------------------------------------

函数定义

function gtouchstart(m_index){

......

}

'ontouchstart="gtouchstart(999'+_index+')"

这函数绑定3个注意事项:

1.函数建议定义一个参数。(int型)

2.传入函数的参数值必须为数

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/92985
推荐阅读
相关标签
  

闽ICP备14008679号