jquery-tools

JQuery Tools tabs conflicts with JQuery UI

允我心安 提交于 2019-11-30 13:58:00
问题 I'm using JQuery tools' tabs feature and at the same time I use JQuery UI. If I include both JS libraries, Jquery tools with tabs does not work. How to fix this conflict? Any help is appreciated. Thanks in advance. 回答1: You could get a custom jQuery-ui build that that doesn't include the tabs but that might cause some confusion later on. A better approach, IMHO, would be to edit the jQuery-tools tabs.js and change this line: $.fn.tabs = function(query, conf) { to something like this: $.fn

Prev & Next button with counter for overlay using jQuery

Deadly 提交于 2019-11-30 11:41:13
I build this image gallery using jquerytools, I'm using scrollable div on thumbs and overlay on the main image... Everything works like charm.. EDIT: Before I make this a bounty...I have to explain that I need something clean and simple like this, because the images come from php (encrypted) , and I can't modify this, just the "view" as I need to achieve this with something like classes and ids. This is why I try this but... The problem is I need to insert a Next and Prev Buttons when you are viewing the overlay... so you can go trough the images, once the overlay has been loaded.. I have made

JQuery Tools tabs conflicts with JQuery UI

馋奶兔 提交于 2019-11-30 08:57:54
I'm using JQuery tools' tabs feature and at the same time I use JQuery UI. If I include both JS libraries, Jquery tools with tabs does not work. How to fix this conflict? Any help is appreciated. Thanks in advance. You could get a custom jQuery-ui build that that doesn't include the tabs but that might cause some confusion later on. A better approach, IMHO, would be to edit the jQuery-tools tabs.js and change this line: $.fn.tabs = function(query, conf) { to something like this: $.fn.fpTabs = function(query, conf) { I used "fpTabs" for "flowplayer.org tabs", you can use whatever name works for

jQuery Tools alert works once (but only once)

可紊 提交于 2019-11-30 04:59:55
I'm trying to build a simple alert mechanism with jQuery Tools -- in response to a bit of Javascript code, pop up an overlay with a message and an OK button that, when clicked, makes the overlay go away. Trivial, or it should be. I've been slavishly following http://flowplayer.org/tools/demos/overlay/trigger.html , and have something that works fine the first time it's invoked, but only that time. If I repeat the JS action that should expose the overlay, it doesn't. My content/DIV: <div class='modal' id='the_alert'> <div id='modal_content' class='modal_content'> <h2>hi there</h2> this is the

jQuery Tools alert works once (but only once)

假装没事ソ 提交于 2019-11-29 02:47:51
问题 I'm trying to build a simple alert mechanism with jQuery Tools -- in response to a bit of Javascript code, pop up an overlay with a message and an OK button that, when clicked, makes the overlay go away. Trivial, or it should be. I've been slavishly following http://flowplayer.org/tools/demos/overlay/trigger.html, and have something that works fine the first time it's invoked, but only that time. If I repeat the JS action that should expose the overlay, it doesn't. My content/DIV: <div class=

Can JQuery UI and JQuery tools work together?

混江龙づ霸主 提交于 2019-11-28 19:22:51
Can JQuery UI and JQuery tools work together? I.e. If I include both libraries on one page, will it still work? Eric Hendrickson They can be used together. The problem is that there is a jquery.tabs created in both libraries. That conflict causes the second script to not load. You have to go to http://jquerytools.org/download/ to build a custom download and do not include tabs. I just had this problem and was able to resolve it by doing this. The only downside is you can't use the CDN, since you're stuck downloading a custom JS file and including it in your site. Yes, of course, but I don't

jQuery live with the ready or load event

做~自己de王妃 提交于 2019-11-28 07:26:05
问题 I'm using the jQuery Tools tooltip plugin, which is initialized with $('selector').tooltip() . I'd like to call this on any current or future .tooltipper element. I figured that the following would work: $('.tooltipper').live('ready', function(){ $(this).tooltip() } But it was unsuccessful---the ready event did not fire. The same for load. I've read that livequery can produce the result of I'm looking for, but surely there is a way to use jQuery .live() to pull it off, considering the

Can JQuery UI and JQuery tools work together?

二次信任 提交于 2019-11-27 12:17:29
问题 Can JQuery UI and JQuery tools work together? I.e. If I include both libraries on one page, will it still work? 回答1: They can be used together. The problem is that there is a jquery.tabs created in both libraries. That conflict causes the second script to not load. You have to go to http://jquerytools.org/download/ to build a custom download and do not include tabs. I just had this problem and was able to resolve it by doing this. The only downside is you can't use the CDN, since you're stuck

How to make a lightbox 'breakout' of an iframe?

笑着哭i 提交于 2019-11-27 03:42:21
问题 I have an iframe on the front page of a site. The iframe loads a .php page which has a rotator built with jQuery Tools Tabs. On the first tab, I use jQuery Tools Overlay to popup a YouTube video in a lightbox. This is all working fine on the stand-alone page, however when viewed on the site's front page the lightbox is confined to the iframe. I need the lightbox to popup/breakout of the iframe and takeover the entire site's front page. Is there a way to fetch the iframe's parent window or the

jQuery Tools Alternatives? [closed]

老子叫甜甜 提交于 2019-11-27 02:18:16
问题 I'm using jQuery Tools for most of my sites but it seems that it ceases development. I have no choice but to look for individual jQuery plugins equivalent to that of jQuery Tools. I'm looking for suggestions on the best alternatives for: jQuery Tools Tabs + Toolbox.History jQuery Tools Overlay + Toolbox.Expose jQuery Tools Tooltip jQuery Tools Validator Thanks. 回答1: jQuery Tools has become a disaster... I think Tero got in way over his head trying to rival jQuery UI and just no time to