<button style='background-color:red;' onclick="$('#login').load('content/playasguest.html');">Play as guest</button>
大家好我有这个网站代码。我想点击按钮加载文件的整个内容并卸载那里的内容。 功能负载是完美的,但它没有做任何事情。我可以使用.html但我在不同的文件夹中有该代码。
我的文件夹:
client/
content/
login.html
playasguest.html
register.html
index.html
所以文件路径很好 谁能告诉我这个问题是什么?