Dear all I am using jQuery . test.html contains images and Text. Now I need to load using
test.html
<img src="../images/lib.jpg" alt="test" width="320" height="290" />
<p>Textt </p>
JQuery
$("#content2").load("sub_test.html");
The Result of Content2 didn't display the images. Is there any better way? or alter solution to display the images and Html correctly.Is it my Tag Problem or Jquery?