I have a dynamic web page and want to implement dynamic guestbook into DIV tag. I use this code to load the guestbook:
$(document).ready(function() {
$('.diskusia').click(function () {
$("#disk").load("diskusia/index.php");
});
});
and it is not working. To see how the direct guestbook link work click here Working
and to see what happen when I use script above click here not working – there click on walkie talkie picture to start script.
Guestbook use ajax, never need to reload page. What I need to do to make it work properly?
There are Scripts loaded in the
discusia/index.phpfile, which you have to load manually, too:now you’ve to load the css manually, too…