Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #595747

    Hi

    I am trying to detect the position of a Vimeo player and I keep getting a null value.

    var player_p = jQuery('#player').position();

    Are you overriding this function in avia?

    #596672

    Hi AdrianSmithUK,

    No, could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #596801

    Hi Rikard

    I was targeting the wrong thing.

    This works.

    
    var player_p = jQuery(".avia-iframe-wrap:first").position();
    

    Kind Regards,
    Adrian Smith

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘jQuery position() function does not work in Enfold’ is closed to new replies.