Shouldn't you try with $("myVideoElement").get(0); to have the html node?darko On Mon, Feb 9, 2009 at 12:03 PM, Sam Dutton <[email protected]> wrote: > > Are there plans to add support to jQuery for HTML 5 components such as > the video element? > > I'm trying to access video elements using jQuery 1.3.1 with Firefox > 3.1 beta 2, but at the moment $("myVideoElement") returns an Object, > not an HTMLVideoElement, so can't be used to access video properties. > > (Apologies if this has been answered elsewhere. I took a look but > can't find anything.) > > Sam Dutton > > > > -- «I ka 'ôlelo nôke ola, I ka 'ôlelo nôka make» --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
