jQuery - 将文本从输入字段发送到带有预定文本的 div
最好使用 jquery id 希望通过单击按钮将输入字段中的书面文本更新为 div。
另外,当发生这种情况时,就像该文本周围有一个预先定义的特定文本
“书面文字”
“以及预先写好的文本定义的文本”
另一方面,我在写这篇文章时我想到了......像 stackoverflow 中的这篇文章预览这样的东西也不会太糟糕。因为单击按钮后显示文本并不重要。当然..哪种方式会更容易..这就是我会选择的方式...
有什么想法吗?我在谷歌上搜索了我的屁股,但我想我找不到正确的搜索词来描述使用 jquery 将文本从输入字段发送到 div...
就实际功能而言,我真的没有起点,但这里的输入和 div 是至少。 http://jsfiddle.net/XrBy2/2/
With preferably using jquery id want to update written text from input field into a div from a click of a button.
Also, when that happens id like that text to have a specific text around it that was predefined
"written text"
"AND THE PRE written text DEFINED TEXT"
On another note i was writing this as i got thinking... something like this post preview in stackoverflow wouldnt be bad either. Because its not important that the text will be shown after a click of a button. Of course.. which ever way would be easier.. thats the one i would go with...
Any ideas? I googled my ass off but i guess i couldnt find the right search words to describe sending text from input field to div with jquery...
I really have no starting point as far as the actual functions gom, but heres the inputs and divs at least.
http://jsfiddle.net/XrBy2/2/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
UPDATE
并为清除按钮提供类清除
UPDATE 在此处更改
UPDATE
and for clear button give class clear it
<input value='clear' class='clear' />
UPDATE change here
这是添加了清除按钮及其功能的最终版本。
http://jsfiddle.net/XrBy2/13/
js
html
和相关 css
This is the final with the added clear button and its function.
http://jsfiddle.net/XrBy2/13/
js
html
and related css