[web][js]顯示form 底下所有元素(with jQuery)
標題[web][js]顯示form 底下所有元素(with jQuery)
時間北極光 (2009/12/10 Thu 21:21:29)
$("form input,form select,form textarea").each(function(){
console.log(this.name);
});
用在做userscript 或 for validator 好用
--
▄▅▆▇███▇▆▅▄▃ ╰┼╯─╮ ╮
◥███████████◣ ╰┼╯=│=│
◥██████───────◣ *.╯ ╯ ╯ の物語.*
◥███████──────◣~◢◣ ◢◣
◥██████───────◤ ◥◤* 空白的世界.翼 *◥◤
◥██▁▂▃▄▅▆▇███▆▅▄▃▂▂~telnet://tony1223.no-ip.info
--
╭═ Origin ─═ 北極光 aurora.twbbs.org κλμ ─╣
╚─ Author ═─ 61-217-185-228.dynamic.hi
Comments
No approved comments yet.