Welcome Guest, Not a member yet? Register   Sign In
Not able to load $this->load->library('tiny_mce') in jquery load function
#1

[eluser]Irshad Sheikh[/eluser]
Hello,

When I load tiny_mce library using controller function,it is ok it loads tinymce editor, but when I load this through jquery load function it is not able to load tinymce editor

my code
Quote:
$('#contentArea').load(base_path+"/moderate_interest/interest_component/"+offset,{"id":id,"interest_id":interest_id});


Any idea.

thanks in advance.
#2

[eluser]Stelian Mocanita[/eluser]
At the looks of it, the CI's URL cleaner will probably return a "This uri has disallowed characters". Use firebug to see what it returns and try to paste the generated JS link into your browser.

That should at least narrow your search.

Regards, Stelian
#3

[eluser]Irshad Sheikh[/eluser]
Hello,

I checked the generated JS link into my browser,it is showing tinymce editor.
Anything else from your side.

Thank you.




Theme © iAndrew 2016 - Forum software by © MyBB