jquery and ajax
jquery and ajax
Hi everyone, J have problem with my first script, J want to do main page with menu (say index) with included jquery, fckeditor, script with tabs, and J have script which add something to <div id=content></div>
Its look like this:
$("#pages-wrapper").delegate("a","dblclick", function(e) {
var href = $(this).attr('href');
$('#conte').load(href);
return false;
});
Its loading page called "main", in this page J have fckeditor and my tabs and this is not working..
From FireBug J have report problem: [CKEDITOR.editor.replace] The element with id or name "contener" was not found
And this is logical because contener is in "main". How say jquery "parent" -" J'm in main wait with load for me" ?
And analogical problem with this tabs..