Audio still plays hen I reload/revisit page
-
Hi. Really like the plugin. But, the audio still plays after I close the popup. When I revisit or reload the page.
Ive tried the javascript that ive seen here
<s cript>
jQuery(document).on(‘spu.box_close’,function(e,id){
if( id == 123 )
jQuery(‘#spu-123’).remove();
});
</scri pt>But maybe I’m not doing it right?
My id says #spu-1589 and I also have another popup #spu-1586
how exactly would I impliment that into that javascript? Thank you!
Any help would be appreciated.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Audio still plays hen I reload/revisit page’ is closed to new replies.