Click here to Skip to main content
15,898,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

how to replace a ins tag in a string with a value?

var str = illness e found.


thanks..
Posted
Updated 11-Oct-13 0:19am
v2
Comments
Zafar Sultan 11-Oct-13 5:54am    
What is a "ins tag" in a string? Replace using what Javascript? C#? Something else? Please elaborate your question. If possible post the code and the details.

1 solution

try this,
$('ins').text('your text')
 
Share this answer
 

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