开发者

using Ajax in wordpress and receive this error message "NetworkError: 404 Not Found"

开发者 https://www.devze.com 2023-03-26 18:02 出处:网络
I am using Ajax in Wordpress and receive this error message \"NetworkError: 404 Not Found\". And I have no clue what is going wrong.

I am using Ajax in Wordpress and receive this error message "NetworkError: 404 Not Found". And I have no clue what is going wrong.

EDIT: This is my link: http://www.myfavouritelink.nl/?page=bookmark#

More details: via Firebug console, I could see the correct respons开发者_如何转开发e. However I still receive this error ""NetworkError: 404 Not Found - http://www.myfavouritelink.nl/wp-content/themes/arthemia/js/ajax/getBookmark.php?id=54&action=edit""


Try changing this line:

url: "/wp-content/themes/arthemia/js/ajax/getBookmark.php"

to this:

url : "bloginfo('wpurl')/wp-content/themes/arthemia/js/ajax/getBookmark.php",
0

精彩评论

暂无评论...
验证码 换一张
取 消