$('.jp-progress').css({'display':'none'})
$('.jp-progress').css({'display':'inline'})
to hide or display the progess bar.
There may be other way to do it, but I just discover jPlayer...
Le 21/07/11 16:22, Dan a �crit :
> --
> You received this message because you are subscribed to the Google
> Groups "jPlayer: HTML5 Audio & Video for jQuery" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/jplayer/-/rNCfVCbNg_QJ.
> To post to this group, send email to jpl...@googlegroups.com.
> To unsubscribe from this group, send email to
> jplayer+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/jplayer?hl=en.
Hi, I want to move the progress bar away from the main player to a different part of the html page, and not attached to the player iteself. I tried just moving the <div>, but that didn't work. Is there a simple way of doing this? Would the changes be very different in 2.1? Should I wait until 2.1 is released?
Thanks,
Dan
--
You received this message because you are subscribed to the Google Groups "jPlayer: HTML5 Audio & Video for jQuery" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jplayer/-/rNCfVCbNg_QJ.
To post to this group, send email to jpl...@googlegroups.com.
To unsubscribe from this group, send email to jplayer+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jplayer?hl=en.
For the items that you want to remain in the normal interface, add the cssSelectorAncestor value directly to the cssSelector property. For example:
cssSelector: {
play: "#jp_container_1 .jp-play"
}
For the progress bar, you could then have another unique ID to select the correct bars.
cssSelector: {
seekBar: "#jp_progress_1 .jp-seek-bar"
}