Hello.
I have html: <div id="content"></div> [1]
I need get content in links: http://localhost:1771/administrator/mod ... tus&page=1 to [1]
I using jQuery.get('http://localhost:1771/administrator/modules/news/news_html/news_edit.aspx?action=edit&level=0&newsId=35&position=aboutus&page=1', "#content"). But
It only return a textarea:
FireBug:
After: I copy links action and paste to address bar of browser. Enter.
It work:
Which solution to using FCKEditor with Jquery.get ?
Thanks very much!
Fri, 07/22/2011 - 10:40
#1
Re: How to using CKEditor with Jquery.Get ....