创建html元素_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:36:37
Original
1069 people have browsed it

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

1.使用DOM对象创建:

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

 

2.使用JQuery创建:

使用$('

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template