The first two go so well together, but firefox is kicking up a fuss.
my main problem is that I have created sort of a html5 video playlist with about 16 videos.
you click on one of the listed links, the ul fades out, the video fades in and starts playing.
This part works just fine.
Then to get out of the video there is a little close button in the top right of the playlist area.
This uses .remove() to remove the video out of the DOM after it fades out and the menu fades back in.
It works fine in Chrome and Safari (you know GOOD browsers), but firefox being the MSIE second coming doesn't seem to respond to the .remove() call for the video; although it does fade out the video and fade back in the menu as it should.
Any ideas anyone?
Please don't tell me this is just an html5/firefox issue.
Thanks!