Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个导航到同一页面的锚点,但会更改一些 Url 参数。这是一个例子:
<a href='?hello=world'>Test</a>
我在 IE、Chrome 和 Firefox 中对其进行了测试,但想避免任何令人讨厌的惊喜。那么这是锚的有效 href 参数吗?
I'm using jQuery 1.9.1 and trying to have an ajax query which is called every 5 seconds and updates some content.
Using the code below, I get the following error in Chrome's conso