Click here to Skip to main content
15,885,875 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I store this text in db
<p dir="rtl">
<span style="font-family:tahoma,geneva,sans-serif;"><span style="font-size:12px;">من امی  Test test t;/span></span> Test </p>


How separate main text from html
i want this main text:Test test test
Posted
Updated 6-Oct-12 9:05am
v2

1 solution

Try this
give some id to the span.

<span id="spanId" style="font-size:12px;">&nbsp; Test test t;/span><pre lang="Javascript"></pre>




store ur result in some variable.
var a = $("#spanId").text();
 
Share this answer
 
v2
Comments
saeed1364 6-Oct-12 10:32am    
my text store in db iam read from db .
Peeyush Pachaori 6-Oct-12 10:57am    
do you want to get the text from db and then need to display inside your span?
saeed1364 7-Oct-12 6:19am    
yes .i want get text from db and then need display

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900