开发者

Browse pages while music is playing

开发者 https://www.devze.com 2023-02-28 20:47 出处:网络
There\'s a new feature开发者_JS百科 on vkontakte.ru (I bet facebook has the same, not sure though). You browse pages while player keeps playing music at the background without interruption. How is thi

There's a new feature开发者_JS百科 on vkontakte.ru (I bet facebook has the same, not sure though). You browse pages while player keeps playing music at the background without interruption. How is this possible?


The use Ajax (so they just load something else in the page but they don't reload it completely). Until not long ago, you could only change the hash (after the #) in the url but now, with the new history API, it is possible to change the whole url (with pushStates basically) : https://developer.mozilla.org/en/DOM/window.history


Check pjax , it's easy to use. May be that is exactly what you need.

0

精彩评论

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

关注公众号