Microsoft
Software
Hardware
Network
Question : Remove a tag but leave the text
This is my code:
<div id="test">
<p>My Text</p>
<p>My Text</p>
</div>
I need jQuery that will remove all the p tags from#test and just leave:
<div id="test">
My Text
My Text
</div>
Thanks in advance.
Answer : Remove a tag but leave the text
Sorry i didnt read the complete question:
Just one appointment : )
1: 2: 3:
$("p", "#test").each(function() { $(this).replaceWith( $(this).html()+"<br>" ); });
Random Solutions
GPG4WIN does not work with PGP 8
assignment format.
oracle error: ORA-01665: control file is not a standby control file
C++ : Avoid ambiguous copy constructor error
SBS2008 migration to Windows 2008 Std
json string
FAXCOOLWAREZ037 192.168.1.38 00-1A-73-C3-39-8A
Server does not boot
ASA 5505 DMZ won't Access Internet
simple query help req'd in oracle