开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜