How to get Text of HTML Editor uding JQuery?

How to get Text of HTML Editor uding JQuery?

HTML Editor is a AjaxControlToolkit that i registered it on my page (it's similar to the text box that i'm now writing my Question)...
I want to get Content (Text) of HTML Editor with JQuery...
I tried $('#HE').val() and $('#HE').text() but i couldn't get the text! I want to get the text and set the text into a div!

Thanks A Million!