Hi Mark,
Thank you for your help. To be honest though I am still learning
javascript and jQuery so I am not sure how to call upon it. I have
created a new page that is strictly the jPlayer and Colorbox and I
have been trying tons of different ways out but it is all guess and
test right now. All the functions work correct on their own. I just
need to somehow get them to work together. You can view it here:
http://www.prestodesigns.com/colorbox
Any additional help would be appreciated.
On Nov 29, 2:54 am, Maboa <
mark.b...@gmail.com> wrote:
> Tommy,
>
> You probably want to call colorbox from :
>
> $("#jplayer_playlist_item_"+i).data( "index",
> i ).click( function() {
> var index = $(this).data("index");
> if (playItem != index) {
> playListChange( index );
> } else {
> $("#jquery_jplayer").jPlayer("play");
> }
> });
>
> and / or from the lyric link but I don't think that is a jPlayer
> issue.
>
> Also a 'return false' will stop it jumping to the top of the page or
> conceivably preventDefault() (seehttp://
fuelyourcoding.com/jquery-events-stop-misusing-return-false/)