diff --git a/index.php b/index.php index e0dda9d..dd0589d 100644 --- a/index.php +++ b/index.php @@ -108,6 +108,7 @@ } }); + $(".bookdetail").click(function(){ var url = $(this).find("a").attr("href"); @@ -123,6 +124,7 @@ return false; }); + });