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
0
votes
0 answers

jwplayer within a jquery tools slideshow

I have jquerytools tabs on my page, and one of the panes is displaying a video using jwplayer. The video will not appear, nor will the preview graphic, in any browser (actually, IE9 shows the preview img but nothing else.) When I take the jwplayer…
Heraldmonkey
  • 2,111
  • 2
  • 19
  • 29
0
votes
1 answer

JQuery Tools 1.2.7 (and 1.2.8 development) first tab not being loaded

I have tried using JQuery Tools 1.2.7 ajaxed tabs, but for some reason the first tab does not load by default. I have to click on any other tab then return to the first tab for it to be loaded and displayed. Looking at their demo…
user670085
  • 190
  • 1
  • 8
0
votes
1 answer

Why isn't the scrollable working?

I'm trying to use jQuery Tools Scrollable, I have used it before many times, but now it seems like it's not working and I don't know why. This is the website I'm using it on, if it's needed I can paste the code here, but I'm sure you can look at the…
Roland
  • 9,321
  • 17
  • 79
  • 135
0
votes
1 answer

jquery tools overlay mask in IE8

I'm making a website with the jQuery tools overlay widget, and it works well on Firefox and Chrome, but as always, it have problems in Internet Explorer, specifically IE8, where the masking background affects even the overlay, making impossible to…
Roberto Maldonado
  • 1,585
  • 14
  • 27
0
votes
1 answer

Firefox crash with MediaElement.js and jQuery Tools

Has anyone else run into compatibility issues when using MediaElement and jQuery Tools on the same page? Firefox crashes whenever I have both libraries included on a page and I call $('video').mediaelementplayer(); If I remove the reference to…
Jargs
  • 675
  • 3
  • 10
  • 22
0
votes
3 answers

How to get textarea to take focus in an jQuery Tools overlay form?

This should be easy, but it's driving me crazy. I'm popping up a jQuery Tools overlay form that contains a textarea, and I want that textarea to have focus when it appears. The form itself is working fine, but I can't get the focus to stick. The…
Jim Miller
  • 3,291
  • 4
  • 39
  • 57
0
votes
1 answer

Jquery Clone and wrap every 3 childs and add jquery-tools scrollable

I'm trying to fix this scrollable problem, using this: var divs = $(".wrap > .outerDiv"); for(var i = 0; i < divs.length; i+=3) { divs.slice(i, i+3).wrapAll("
"); } which is creating a breakpoint while my childs are…
DD77
  • 1,367
  • 2
  • 13
  • 25
0
votes
1 answer

navigation on jquery-tools scrollable always disable

I can't get the scrollable navigation to work, when I'm cloning the DIVS it should fire. I want the scroll to start when the divs are cloned. any idea? http://jsfiddle.net/2mby5/13/ or var cloneCount = 0; $("#add-address").click(function() { …
DD77
  • 1,367
  • 2
  • 13
  • 25
0
votes
1 answer

jquery validate conflict with jquery tools

I've used jquery validate to validate a form and submit for processing. All works well and I'm happy with the form. I decided to add jquery tools to the form to use the dateinput feature. I can get the calendar pick up and works well. However, I…
Ray
  • 3,018
  • 8
  • 50
  • 91
0
votes
1 answer

jquery tools overlay rel alternative

Im using jquery tools overlay to display overlays when I click on a link. I have 3 different overlays on the page. The rel attribute of the link is set to the name/id of the overlay. click to open…
user1052096
  • 853
  • 4
  • 13
  • 23
0
votes
1 answer

jQuery Tools: Date Input / Validator Not Working Together

I am using jQuery Tools v1.2.7 and jQuery v1.7.2. I have the following code: With the following settings: $("form.validate").validator(); $(document).ready(function(){ …
Robert
  • 6,881
  • 1
  • 21
  • 26
-1
votes
1 answer

JQuery Tools validator Customization

I use this function to work arrounds with JQuery tools for validation of my fields. So that it can also check select tags. It work fine for me. Now the thing is that it display error message(tootips comenext to feild) but once i fix it. It didn't…
Syed Raza
  • 1,070
  • 3
  • 14
  • 36
-1
votes
2 answers

Is it possible for a subsequent script load to remove an already-loaded function in an earlier script?

I've a puzzling difference between two pages that have very similar content. Both pages load the same set of scripts: