Skip to:
Content
Pages
Categories
Search
Top
Bottom

Any Experience with JQuery Tools Library

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

  • Bowe
    Participant

    @bowromir

    Absolutely! I’m using it for an accordion widget in my soon to be released theme. I’ve also written a tutorial for creating a TOOLs powered welcome slider:

    http://www.bp-tricks.com/design/creating-a-jquery-welcome-slider-for-your-buddypress-homepage/

    It works great, causes no conflicts and it’s very lightweight. Be sure to include the js at the top your header btw, because other JS scripts might cause conflicts if they are loaded first.

    If you make anything cool with it let me know :)


    gregfielding
    Participant

    @gregfielding

    @bowe

    Do think that slider could be used to feature posts with their images and titles? I’m excited to play with it when your site is back up.


    peterverkooijen
    Participant

    @peterverkooijen

    jQuery is native to WordPress. In my custom theme I try to leverage what’s built-in as much as possible and jQuery is very flexible. This looks like the standard jQuery library conveniently packaged with some popular applications. I’m not sure what if anything it adds to what’s already in WP.


    r-a-y
    Keymaster

    @r-a-y

    jQuery UI is a little bloated, but you can customize the components you want to include:

    http://jqueryui.com/download

    Didn’t know the team at FlowPlayer have their own UI library.

    Got to check it out!


    peterverkooijen
    Participant

    @peterverkooijen

    jQuery UI is a little bloated

    But the whole thing is included in WP by default, right? Are there parts you can safely strip out?


    r-a-y
    Keymaster

    @r-a-y

    Take a look at your /wp-includes/js/jquery directory.

    WP has the UI files separated by component, so it’s not bundled as one file.

    So you should be good.

    Still, FlowPlayer’s jQuery Tools is smaller as a whole.

    I was using jQuery Tools for tabs on my site – they were much easier to implement than the UI ones for some reason and I also wanted to use their scroller for something else. Problem is, it’s causing a conflict with the avatar cropper. As soon as I stop including the tools library, the cropper works. Very frustrating.


    Psyber
    Participant

    @psyber

    @miri, I am having the same exact problem, can you please contact me, I would like to see what you did to fix the problem.


    r-a-y
    Keymaster

    @r-a-y

    You have to make sure that jQuery Tools isn’t conflicting with WordPress’ jQuery call.

    Try this:
    http://wpmu.org/daily-tip-adding-custom-js-to-wordpress-remember-jquery-noconflict-wrappers/


    Psyber
    Participant

    @psyber

    Thanks r-a-y-, I know that works, but I am having trouble getting that to work as well. I don’t know which function to add inside of the wrapper. I only know HTML and can’t figure this out for the life of me.

    this post ( http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/ ) aslo helps with the multiple jQuery inclusion issue.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Any Experience with JQuery Tools Library’ is closed to new replies.
Skip to toolbar