Browse by Tags

All Tags » jQuery » getHTML
Sorry, but there are no more tags available to filter with.
  • Re: Using jQuery to access getHTML

    I'm still having this issue as discribed above.   I'm having trouble using the ''getHTML'' method with in jQuery...   If you run this.. $(document).ready(function() {     });     function showContent() { ...
    Posted to Cute Editor for .NET (Forum) by lharris on December 22, 2009
  • Using jQuery to access getHTML

    I'm using jQuery to do an auto save draft of a CuteEditor window and I'm trying to access the HTML in the CuteEditor and I'm getting an error.   Here is my code:   var HTMLBodyEnglish = document.getElementById('<%= txtEditorEnglish.ClientID%>'); //var test = HTMLBodyEnglish.innerHTML();   // retrieving the content of ...
    Posted to Cute Editor for .NET (Forum) by lharris on November 17, 2009