can jquery change a jquery-element to a normal dom-element ,
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-03-14T07:50:14Z
Indexed on
2010/03/14
7:55 UTC
Read the original article
Hit count: 265
jQuery
|JavaScript
cauz i have to use a normal dom-element ,
the dom-element is like this : document.getElementById('a') or document.createElement('div')
so my mean is change $('#a') to document.getElementById('a')
can jquery do this ??
thanks
© Stack Overflow or respective owner