赞
踩
----通过字符串连接并调用javascript函数--
var t_html = $("#Photo").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] + "\">
";$("#Photo").html(n_html + t_html);
------------------------------------
函数定义
function gtouchstart(m_index){
......
}
'ontouchstart="gtouchstart(999'+_index+')"
这函数绑定3个注意事项:
1.函数建议定义一个参数。(int型)
2.传入函数的参数值必须为数
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。