Hello,
I am not proficient with jqwidget or jquery so please excuse this question.
It might be an easy solution and I am just going about it wrong.
When the tab is calling the content of the ajax page, how can the content of that ajax being formatted with CSS or query from a database using PHP and then display the content.
Whatever I made in the ajax1.php such as <div id=”class1″ style=”margin: 10px”>Test</div> or <?php echo “<h1>hello world</h1>”; ?>.
When it load the content of this ajax1.php, it literally just split out the code as it without rendering the CSS style or PHP code to print out “hello world”.