jquery $('< div>')vs $('< div />') [英] jquery $('<div>') vs $('<div />')

查看:92
本文介绍了jquery $('< div>')vs $('< div />')的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

$('< element>')vs jQuery中的$('< element />')

这两个中的哪一个是正确的方法:

Which one of these two are the correct way to do it:

$('<div>') 

$('<div />')

他们似乎都工作。一种方式比另一种方式更正确,还是它们都能正常工作?

They both seem to work. Is one way more right than the other, or do they both always work?

推荐答案

它们在jQuery中产生相同的结果。

They produce identical results in jQuery.

这篇关于jquery $('&lt; div&gt;')vs $('&lt; div /&gt;')的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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