php表单 接收参数
如上图所示,如何在
——解决方案————¥本文来源gaodai#ma#com搞@@代~&码网^搞gaodaima代码——–
js 的处理问题.参数触发点击事件 然后读取textarea 内容在内容后跟上 [参数]
——解决方案——————–
- JScript code
$().ready(function(){$("textarea").click(function(){//code here})})
------解决方案--------------------
$().ready(function(){
$("#textarea").click(function(){
//code here
})
})