Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个输入框,其中的值用逗号分隔。由于其中一些值可能非常大,我想我会使用一些 JQuery 在模式对话框中拆分它们,以便用户一眼就能看到列表。
但是,JQuery 代码仅在用户编辑其中一个字段之前有效,之后任何尝试使用 JQuery .val() 或 .attr('value','data') 都无效。
我的代码如下:
http://pastebin.com/8jt93yhr
在您开始更改字段之前,这些按钮工作正常,然后没有任何变化。
用于.val()获取/设置的内容textarea以及..
.val()
textarea
演示在 http://jsfiddle.net/gaby/Y4YkL/1/