Skip to:
Content
Pages
Categories
Search
Top
Bottom

j. Div Members Directory livequery \"is not a function\"


  • roam2rome
    Participant

    @roam2rome

    I just upgraded to the latest’ WP-MU and BuddyPress version on my site: http://forum.roam2rome.com

    So I changed JavaScript framework on my theme from MooTools to jQuery for it to be compatible with BuddyPress (runs off jQuery).

    Sliding header now works fine on FF, but doesn’t work on IE and gives error codes …not surprising.

    The error I get is this:

    Error: j( “div#members-directory-page ul#letter-list li ” ).livequery is not a function

    Any tips, or pointing me on the right direction, would be great!

Viewing 3 replies - 1 through 3 (of 3 total)

  • Xevo
    Participant

    @xevo

    j( "div#members-directory-page ul#letter-list li " ).livequery

    Isn’t that “j” suppose to be an “$”?

    Not sure wether that’s it or if that j belongs to the error message..


    roam2rome
    Participant

    @roam2rome

    J is part of Ajax Functions .js file in the parent theme.

    I solved the livequery error code.

    Now kwicks java script is giving me error code “Object doesn’t support this property or method” If I remove kwicks, there are no other error codes. It runs fine, except on IE.

    But thanks!!! …Code works perfectly in other mediums, but needs lots of ♥TLC♥ in buddy press…


    roam2rome
    Participant

    @roam2rome

    Fixed.

    Anyone having similar problems, go to Kwicks .js

    Look for:

    container=$(this);

    Add “var” so it looks like this:

    var container=$(this);

    It was on the Kiwicks page.

    Now the Navigation Menu the pictures do slide open and close on mouse over in IE, too…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘j. Div Members Directory livequery \"is not a function\"’ is closed to new replies.
Skip to toolbar