abrahamgarcia27 Posted August 18, 2012 Share Posted August 18, 2012 Hello: I bought a jquery audio player, but i want the player to keep playing the indicated song without refreshing when the page is refreshed. I was thinking on using the jQuery load() function, but i don't know what is the best option to perform this action. Quote Link to comment https://forums.phpfreaks.com/topic/267291-help-keeping-a-div-there-even-though-i-refresh/ Share on other sites More sharing options...
Christian F. Posted August 19, 2012 Share Posted August 19, 2012 You cannot do this. What you need to do, is to use AJAX to load everything besides the player. Either that, or open the player in a window of its own, which is the easiest solution by far. Quote Link to comment https://forums.phpfreaks.com/topic/267291-help-keeping-a-div-there-even-though-i-refresh/#findComment-1370572 Share on other sites More sharing options...
smoseley Posted August 19, 2012 Share Posted August 19, 2012 You cannot do this. This has been done since the 1990s. It's called a frameset. Quote Link to comment https://forums.phpfreaks.com/topic/267291-help-keeping-a-div-there-even-though-i-refresh/#findComment-1370592 Share on other sites More sharing options...
Mahngiel Posted August 19, 2012 Share Posted August 19, 2012 This has been done since the 1990s. It's called a frameset. I am Mahn for President, and I approve this post. Quote Link to comment https://forums.phpfreaks.com/topic/267291-help-keeping-a-div-there-even-though-i-refresh/#findComment-1370695 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.