Questions tagged [jquery-tools]

jQuery TOOLS is a lightweight JavaScript library based on jQuery. It provides well documented and rich featured user-interface components for all kind of websites. The webpage provides a lot of examples, CSS and image resources and an active community.

jQuery TOOLS - http://jquerytools.org/ - The lightweight JavaScript library (from about 4 KB).

User interface components:

  • Tabs
  • Tooltips
  • Scrollable
  • Overlay

Form components:

  • Validator
  • Rangeinput
  • Dateinput

Various:

  • Expose
  • Flashembed - Allows easy integration of a Flash media player (for example, Flowplayer, which is from same source / developer(?))

Notes, FAQ, and common errors:

482 questions
4
votes
3 answers

How to get jQuery Tools validation working on a group of radio buttons?

Just can't figure it out... (and judging from a long bout of web searches, I'm not the only one.) I have jQT validation working properly otherwise; just not for radios -- all I want to do is confirm that at least one of the buttons has been…
Jim Miller
  • 3,291
  • 4
  • 39
  • 57
4
votes
1 answer

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

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…
aethergy
  • 723
  • 2
  • 7
  • 16
3
votes
1 answer

Check if a jquery tools tooltip is already assigned to a component

I have a component to which I assign a tooltip upon first mouseenter (sort of a lazy assignment of tooltip to component) I use the lazy approach since there are many tooltip'able components and I don't want to pre-assign the tooltips to all of…
Ben
  • 10,020
  • 21
  • 94
  • 157
3
votes
1 answer

jQuery Tools Dateinput + jQuery Validation Plugin - Not working in Webkit

I have a simple form that uses the jQuery Tools Dateinput and the jQuery Validation Plugin. The problem is that the validation works in IE and FF but not Chrome or Safari. HTML:
areid
  • 283
  • 2
  • 5
  • 14
3
votes
2 answers

Placing a div over a jQuery image slider

I'm trying to place a div element over the a jQuery Tools Scrollable image gallery. I've got everything placed in the right way, however the div doesn't appear on top of the jQuery object even if I set z-index: 2. Here's my…
Massimo Bortone
  • 611
  • 1
  • 9
  • 18
3
votes
1 answer

jQuery TOOLS: ToolTip with class selector?

Alright, so I have no idea what's going on here... I'm trying to apply a ToolTip with a class as the selector. The examples on their website are using and ID as the selector, but that's not possible for me because there are going to be several…
dcolumbus
  • 9,596
  • 26
  • 100
  • 165
3
votes
0 answers

jQuery Tools Scrollable Destroy and Re-init

Yep, there's a ton of questions on adding/removing items from scrollable. But, has anyone actually narrowed down the best way to unbind and destroy scrollable and then re-initialize it via a function? I have a certain amount of data, that once…
spez86
  • 732
  • 1
  • 11
  • 24
3
votes
2 answers

Tooltips are mispositioned on hover

I cannot for the life of me figure out why the jQuery Tools Tooltips are showing up in the wrong place. Hover over the one of the three gray boxes on this page (e.g. "screen & voice recording"), and the tips should show up on top of the box…
James Skidmore
  • 49,340
  • 32
  • 108
  • 136
3
votes
5 answers

jQuery tools modal overlay display problem in IE6-8

I'm trying to enable the overlay to be modal. It works perfectly fine in FireFox, but the window object is behind the mask when it becomes modal. This prevents any interaction with it and the page is actually useless. I've tried debugging this for a…
Michael Stone
  • 950
  • 2
  • 14
  • 30
3
votes
2 answers

Change Exposed elements (jQuery Tools )

I would like to cancel an exposed element and expose another one in one onClick(). Is that possible? My code doesn't work.. Here's the js: function tutStep1(){ jQuery('#workspace_menu').expose({ onLoad: function(event) { …
Aileen
  • 53
  • 7
3
votes
4 answers

Stop propagation not working, avoid children click trigger other function

I write simple overlay for my page, kind of lightbox, but is going to do other stuff, anyway, My bigger problem in this tests... is I want when you click the overlay mask, the overlay close... But if you click in the children div, like the content…
Jules Martinez
  • 682
  • 1
  • 6
  • 23
3
votes
1 answer

Problems setting a loop of a loop for 5 times

I am building a slider with jQuery. The reference of my goal is the slider on yahoo.com My question, or issue, after the thumbnails pass 5, I need them to "slide", (as they do when clicking 'next') to show the next 5 thumbnails. How do I trigger the…
Jules Martinez
  • 682
  • 1
  • 6
  • 23
3
votes
0 answers

What's a good library to replace jQuery tools?

jQuery tools of late has been heavily neglected. Some great updates have been made on the github, but it's not enough. As of jQuery 1.9, the overlay plugin is broken. It's a shame because I love how much control the library gives you, both over…
inorganik
  • 24,255
  • 17
  • 90
  • 114
3
votes
1 answer

fire click event on individual marker while using leaflet markercluster plugin

My site consists of a Leaflet map with the leaflet.markerclusters plugin. I am also using Flowplayer to play a video that opens in a JQuery Tools overlay using the selector id "#video1". Currently, when I click on any marker on the map it fires my…
user2163278
  • 31
  • 1
  • 2
3
votes
1 answer

Making jQuery tooltip appear when hovering over a div

I am struggling to get tooltips to work when I hover over a div. Here is the HTML markup:

Email

and for the jQuery I…
Sam Skirrow
  • 3,647
  • 15
  • 54
  • 101
1 2
3
32 33