<!---- index1.html ---- >
<script>
$(document).ready(function(){ $(".ajax").colorbox(); ..................
....
<a class='ajax' href="index2.html"></a>
<!---- index2.html ---- >
<textarea class="ckeditor" id="abc" name="abc" cols="180" rows="20" >Here apply ckeditor</textarea>
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery('ajax').colorbox(); }
</script>
<!----console in index2.html ---- >
404 not found
ckeditor.js
config.js
sample.css
***above 3 files has checked , if standalone all can be shown, but if popup by colorbox throught index1.html these files becomes unfound. and toolbars on top of the textarea are disappeared, pleaes help