开发者

Jquery Boxy textarea value

开发者 https://www.devze.com 2023-02-15 04:38 出处:网络
I\'ve got a textarea called fou in my Boxy popu开发者_开发百科p. How do I get the value of the text once the user has clicked a Submit button in the popup?

I've got a textarea called fou in my Boxy popu开发者_开发百科p. How do I get the value of the text once the user has clicked a Submit button in the popup? I thought $('textarea[id$=fou]').val() wold do the trick but no.

Ideas?


$('#fou').val();

or

$('textarea[id="fou"]').val();
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号