如何使用jQuery追加数据? [英] how to append the data using jquery?

查看:148
本文介绍了如何使用jQuery追加数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用dom将值添加到跨度中.但是现在我正在使用字符串操作.如何将其更改为dom或附加值.我需要使用dom获取html formate中的返回值.

I need to add the value into the span using dom. But now i am using string manipulation. how to change this into the dom or append the value . i need to get the return value in html formate using dom.

推荐答案

将layer.id定义为一些文本,这将在所有span元素内容中被替换

Define layer.id as some text and this will get replace in all span element content

$.each($("span"),function(){
$(this).html(layer.id);
});

谢谢

这篇关于如何使用jQuery追加数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆