Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Iam Using Jquery,

pls tell me how to encode html tags using jquery?
Posted
Comments
Sergey Alexandrovich Kryukov 25-May-12 0:09am    
Huh? :-)
--SA
Sandeep Mewara 25-May-12 1:31am    
encode html tags? what exactly are you trying to do?

1 solution

Normally, you are not working with HTML tags with JavaScript, you are working with HTML DOM. This is the answer about the HTML page your JavaScript works with. If you need something else, like generation of HTML code, the problem is reduced to the elementary string manipulations.

I don't think there is something else to discuss based on so vague question.

—SA
 
Share this answer
 
Comments
Maciej Los 25-May-12 8:01am    
Oh yeah!
My 5!
Sergey Alexandrovich Kryukov 25-May-12 11:49am    
Thank you, Maciej.
--SA

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