Click here to Skip to main content
16,007,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me regarding, how to read values from wysiwyg editor, i am trying

$('#txtMessage').html();
&
$('#txtMessage').val(); to read the values but its not working.
txtMessage is the id of textbox which is acting as Editor..
Posted
Comments
ZurdoDev 3-Apr-12 10:11am    
I would think that the editor you have has some documentation on how to read its values. Otherwise, use the browser and view the source so you can see what the actual ID is.

1 solution

i have coded my editor.., but not able to read values from it,,
the problem is that, i am not able to read values even from a ready made editor, eg.like CKeditor
!!
 
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