code_junkie

Images not loading in jQuery

Nov 14th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. test.html
  2.  
  3. <img src="../images/lib.jpg" alt="test" width="320" height="290" />
  4. <p>Textt </p>
  5.  
  6. JQuery
  7.  
  8. $("#content2").load("sub_test.html");
  9.  
  10. root
  11. page1.html
  12. /images
  13. /dir1
  14. page2.html
Add Comment
Please, Sign In to add comment