Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts
Monday, March 26, 2012
jQuery中设置click事件的参数
(部分转自百度知道) 【问题】 原来html中onclick出发js方法可以传递参数 <a href="#" onClick="showFile('view');">aaaaa</a> <...
jQuery获取input标签的值
一般来说,用js获取input标签内的值会用 <input id="p_folder"></input> var p = document.getElementById("p_folder"); var pV ...
Subscribe to:
Comments (Atom)