Home  >  Article  >  Web Front-end  >  创建html元素_html/css_WEB-ITnose

创建html元素_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:36:371070browse

如果我要创建一个div元素。

1.使用DOM对象创建:

使用document.createElement('div')方法创建元素。

 

2.使用JQuery创建:

使用$('

通过JQuery创建的新元素
')的方法直接创建元素。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn