I have this rich text editor taken from
http://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery.html

i am simply doing this

<tr><th valign="top">Body</th><td width="100%">
<textarea id="rtetext" name="rtetext" class="rte"></textarea>
</td>

..js...
document.getElementById('rtetext').value // giving undefined
$('#rtetext').text(); // givnig empty
$('.rte').text(); // givnig empty

...js...

Plz Advise
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to