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
3
votes
2 answers

jQuery masked input plugin conflicts with jQuery Tools (at least with overlay)

I found that jQuery masked input plugin (http://digitalbush.com/projects/masked-input-plugin/) conflicts with jQuery Tools overlay methods load() and close(). So, when you import jQuery Tools first and then after jQuery masked input plugin and try…
Aliaksandr Kazlou
  • 3,221
  • 6
  • 28
  • 34
3
votes
1 answer

How can I Using jquery TOOLS validation for a form, dictate the position of an error message

I am new to both SO and web development in general. Sorry for my general ignorance. I have built a form which has validation ahead of form submission. I have included jqueryTOOLS basic validator:…
Gideon
  • 1,878
  • 4
  • 40
  • 71
3
votes
2 answers

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…
Michael Willmott
  • 529
  • 1
  • 8
  • 21
2
votes
2 answers

jQuery Tools / Fancybox Conflict. "uncaught exception: Could not find Overlay: example_group"

I have jQueryTools installed and running smoothly throughout my site, except for one place, where I fear a conflict with FancyBox is preventing the Overlay form launching. I am using Fancybox on that page to present a group of pictures. Fancybox…
SiriusPhil
  • 149
  • 1
  • 9
2
votes
1 answer

jQuery tools scrollable root element relative positioned instead of absolute

I noticed on this page that it says the root element for scrollable items. Must be absolutely positioned. This is causing issues when trying to resize the scrollable items container according to the height of the child elements that scroll.…
Scoota P
  • 2,622
  • 7
  • 29
  • 45
2
votes
1 answer

Vertical Custom Scrollbars with JqueryTools RangeInput

I am attempting to replace the browser's native scroll-bar using the rangeinput function of JqueryTools. Here is the example page: http://conceptionkit.co.uk/ck/support The page has multiple scrollable divs with the following html structure:
Ken Griffith
  • 103
  • 1
  • 8
2
votes
2 answers

display Plone FormGen in popup

I have created a form using PloneFormGen tool. Now I would like to display this form in a popup in a manner similar to the login form is displayed on click of a button. I've looked into the jquery tools module that give me the option to load a…
Avinash
  • 33
  • 4
2
votes
3 answers

jQuery Powered Accordion Missing Anchor Link Functionality

For today's question, I have a very small accordion I built with the jQuery Tools library. I found that jQuery tools offered me the functionality I needed, with a much smaller footprint than the 800kb jQuery UI. Not to mention smoother and better…
robabby
  • 2,160
  • 6
  • 32
  • 47
2
votes
1 answer

jQuery Tools Overlay not showing on second click

Here is what i'm trying to do - i'm writing generic overlay function which will serve for all links with specific class. It's very simple though, you have a link like this: Local load and when you click it,…
Igor Hrcek
  • 715
  • 5
  • 16
2
votes
1 answer

How do I hide a child element on a hidden tab with Jquery, and keep it hidden until I unhide it?

Probably best to explain with an example:
Nick
  • 10,904
  • 10
  • 49
  • 78
2
votes
0 answers

is there an error with jQuery Tools Scrollable wizard error?

I'm trying to implement a wizard for the current web application i'm working on. Everything works great when there are 3 items(panes) in the list. When I add the 4th item (titled Finalize), the panel "flies" by super fast and then I'm presented…
Kirk
  • 1,521
  • 14
  • 20
2
votes
4 answers

How to use Jquery tools Overlay programmatically?

I wan to show an overlay programmatically. I tried to modify the code in this example Opening overlays programmatically. Instead of loading the overlay only once upon document load as shown in this example, I want to show the overlay everytome a…
user193116
  • 3,498
  • 6
  • 39
  • 58
2
votes
1 answer

jQuery Tools Tabs: how to disable a tab

I'm using jquery Tools tabs and would like to disable a particular tab (e.g. current tab), sometime after it has been initialized, e.g. on button click. This is the code that I have now, which does work, but I'm wondering whether there are better…
fortuneRice
  • 4,214
  • 11
  • 43
  • 58
2
votes
4 answers

jquery tools overlay, how to keep mask when switching overlays

I have a simple problem with 2 overlays. One overlay is triggered from (and by) the other overlay. As only one overlay can be active at any one time, correctly so, overlay number 1 that triggered 2 closes. However, it takes the mask with it and…
Peter
  • 1,211
  • 4
  • 17
  • 32
2
votes
2 answers

plone.app.jquerytools Bad version error while installing PloneFormGen

I am trying to install zettwerk.ui theme , i have added zettwerk.ui to eggs = then ran buildout and restarted plone but i didn't find the theme on the Addon page. here is buildout output Uninstalling backup. -- Uninstalling zopeskel. -- Installing…