将特定文本从一个 div 复制到另一个 div
我希望能够将某些文本从一个 div 复制到另一个 div 中。
该文本是从 Wordpress 插件生成的,它生成 2 个不同的 div,其中第 1 个类称为 .voting inactive,第二个类称为 .voting。
生成的文本是基于评级的,它看起来像:评级 4.5/5,我只想采用 4.5 或生成的任何投票并将其复制到 div 中以很好地显示结果。
任何帮助都会很棒。
I want to be able to copy certain text from one div into another div.
The text is generated from a Wordpress Plugin, and it generates 2 different divs, with the following classes 1 called .voting inactive and the second one called .voting.
The text generated is rating based is it will look something like: Rating 4.5/5, i ONLY want to take the 4.5 or whatever vote is generated and copy that into a div to display the result nicely.
Any help would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我和@Starx 一起讨论这个问题。但更清楚一点:
那么 JS
希望能有所帮助!
I'm with @Starx on this one. But just to be a little more clear:
Then the JS
Hope that helps!
设法让它工作 - 感谢您的所有回答:-)
Managed to get it working- thanks for all your answers :-)
试试这个:
Try this:
示例
HTML
脚本
An example
HTML
Script