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? ...
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? ...
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 ...
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? I.e. If I include both libraries on one page, will it still work? ...
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...
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...
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?? ...
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 ...
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. ...
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 ...
<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', ...
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 ! ...
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 ...
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...
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({ ...
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...
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)...
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? ...
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. ...
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...