jquery-tools

What is your opinion of the jQuery Tools library?

Have you used the library jQuery Tools? I've seen some conflicting reviews on Ajaxian website. If you have used it, what is your opinion? ...

jQuery Tools Tabs not displaying in IE7

It might be a long shot posting this question here but we will see. I have created simple tabs using jQuery tools. The only thing i think i have changed is that instead of setting all div elements within the main panes div to display:none only divs with a specific class are set to display:none, this has allowed me to put divs within the ...

jQuery Tools - Scrollable PlugIn Questions

Hi, I am using this plugin with one pane been shown at a time and I have those little circles on top to navigate through each pane. If I have three panes within my carousel, so therefore against each of these little circle buttons, it assigns 0, 1 and 2 as href values, how can I get access to these href index values when I click on eac...

Can JQuery UI and JQuery tools work together?

Can JQuery UI and JQuery tools work together? I.e. If I include both libraries on one page, will it still work? ...

Jquery tools Overlay CSS Conflict, Image positioned under the overlay

First here's what I'm usingh and trying to do: the minimal setup for this effect: flowplayer.org/tools/demos/overlay/index.html then the Apple Leopard Preview Effect: flowplayer.org/tools/demos/overlay/apple.html Now here's the page I'm having the issue with http://gentle-mist-64.heroku.com/pictures My Issue: when I click on an image...

jQuery Tools tooltip to use event special hover

Does anyone know how to modify jquery tools tooltip: http://flowplayer.org/tools/tooltip.html to use event special hover: http://blog.threedubmedia.com/2008/08/eventspecialhover.html jQuery tools tooltip doesn't rely on hover method, so just loading the plugin is insufficient. Source for event hover: http://threedubmedia.googlecode.c...

Using JSON as config in flashembed of jQuery Tools

jQuery Tools has flashembed which can pass a JSON object as a config parameter to the embedding Flash object. See the official page. But it does not tell exactly how to get the JSON object in Flash. And that's the question... How?? ...

jQuery Tools library flashembed and sifr

Hi, I'm using the flashembed method of jQuery Tools library to set up a sifr, but can't seem to get it to work. I've followed their example: http://flowplayer.org/tools/demos/flashembed/jquery2.htm For me all it shows is a flash movie with a white background showing the text: Rendered with sifr3 revision 436. I think I might be missing ...

In what case does IE8 block Javascript and how to avoid it ?

I got a web site using jQuery, jQuery Tools and some handcrafted JS running performing graphical enhancements. While it's running smooth on FF, Safari and Chrome, IE blocks the script execution : There is nothing particularly more dangerous on this code than, let's say, on Netvibes. Why is even talking about activeX ? I'm using JS. ...

Jquery Tools Overlay

Hey guys, I've got a few quick questions. Here is the site: link text I am using Jquery Tools overlay as shown here. http://flowplayer.org/tools/demos/overlay/index.html When you click the image, the popup shows up fine. <img src="whatever.jpg" rel="#1" class="slideimg" alt="title" /> But whenever I try to use something else, say ...

Stop JQuery Tools Tooltip from appearing on undefined title values

<input id="name" name="user[name]" size="30" title="Please enter a valid name." type="text" /> <input id="email" name="user[email]" size="30" type="text" /> $(document).ready(function(){ $(':text').tooltip({ events: { input: 'mouseover, mouseout' }, opacity: 0.95, position: 'top center', effect: 'slide', ...

Jquery tools tabs: error in iexplorer 8

Hi, i'm tryng to use this: http://flowplayer.org/tools/demos/tabs/skin4.htm#3 But in Internet explorer it doesn't work (so on my project it doesn't work!) Can someone check it and explain me how to do to make work it proper ?!? Thanks to anyone will help me ! ...

JQuery Tools: Can you nest non-ajax tabs inside of ajaxed tabs?

Can't seem to get this to work -- my ajax tabs load fine ... but, the nested tabs are not working. Before I post some code, I'm just wondering if this is possible or not. thanks ...

jQuery Plugins vs UI vs some alternative

I've been building a web app using jQuery as much as possible. Every time I need to add some new feature, I usually search for a jQuery plugin that does what I need, then I integrated it into my web app. Of course after a while this application becomes very cluttered with all these "random" plugins from different authors, each one having...

How do I detect if a javascript constructor already been run?

I'm using the jquery-tools tabs and carousel in a page I'm working on. The carousel is embedded within a tab, and the tab is loaded in a beforeClick callback. Normally, the carousel is initialized in the document ready function like so: $(function() { // initialize scrollable $("div.scrollable").scrollable({ ...

jQuery UI Dialog with AJAX Tabs Problem

I'm having an issue using jQuery Tools Tabs (AJAX) along with jQuery UI Dialog (manually doing the AJAX loading for the dialog). The issue is that the dialog is loaded and setup specifically for the current tab (loaded on the tab request via AJAX, along with the tab's content). jQuery UI, when creating the dialog, removes the container...

2 jQuery plugins don't seem to work together

I have 2 plugins, amongst several others, that are loaded together. All of them work together correctly expect 2. By commenting out bits of code etc I've narrowed it down to the two plugins. These are the 2 plugins in question jQuery Tools tabs and NewsTicker I have tried calling them as follows as per their instructions $(document)...

Using Expose and Facebox

I'm using Facebox (http://famspam.com/facebox) to load up an external login form .. I call it using the rel="facebox" attribute on the element.. I'm also using Jquery Tools on the page.. The question is, how do I add an expose when I call Facebox so it "greys out" the background? ...

jquery overlay and external pages

Hey, I'm using jQuery Tools and their Overlay library. When i load an external page into an Overlay i can't click any of the links inside the Overlay. Anyone that bumped into this problem and perhaps have a solution? The overlay itself works, it loads the external page, but as said, i cannot click the links. ...

jquery tools tabs ajax - how do I display only part of the returned content?

I am using jquery tools ajax loading feature : http://flowplayer.org/tools/demos/tabs/ajax.html I would like to only load a div within the page body into the target and not the whole page, which currently happens. I presume there is a selector I can add to the links in the tabs or into the configuration of tabs(). Does anyone have an ex...