Group Mods

  • Profile picture of r-a-y
  • Profile picture of Hugo
  • Profile picture of @mercime

Support: Miscellaneous

Everything else.

Any Experience with JQuery Tools Library (12 posts)

Started 2 years, 3 months ago by: designodyssey

  • Profile picture of designodyssey designodyssey said 2 years, 3 months ago:

    Stumbled across a new UI library that does the most important stuff Jquery UI does and weighs in at 5.72k distributed via CDN for free if you want. Any experience using this? With Buddypress sites?

    http://flowplayer.org/tools/index.html

  • Profile picture of Bowe Bowe said 2 years, 3 months ago:

    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 :)

  • Profile picture of gregfielding gregfielding said 2 years, 1 month ago:

    @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.

  • 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.

  • Profile picture of r-a-y r-a-y said 2 years, 1 month ago:

    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!

  • 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?

  • Profile picture of r-a-y r-a-y said 2 years, 1 month ago:

    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.

  • Profile picture of miri miri said 1 year, 9 months ago:

    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.

  • Profile picture of psyber Psyber said 1 year, 9 months ago:

    @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.

  • Profile picture of r-a-y r-a-y said 1 year, 9 months ago:

    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/

  • Profile picture of psyber Psyber said 1 year, 9 months ago:

    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.

  • Profile picture of Simon Arame Simon Arame said 1 year, 5 months ago:

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