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
350
votes
24 answers

Number input type that takes only integers?

I'm using the jQuery Tools Validator which implements HTML5 validations through jQuery. It's been working great so far except for one thing. In the HTML5 specification, the input type "number" can have both integers and floating-point numbers. This…
JayPea
  • 9,551
  • 7
  • 44
  • 65
203
votes
13 answers

Uncaught TypeError: Cannot read property 'msie' of undefined - jQuery tools

I am getting the following error in Chrome dev console: Uncaught TypeError: Cannot read property 'msie' of undefined My understanding is that it is because .browser is now deprecated in jQuery however I am using the latest version of jQuery tools…
Colin747
  • 4,955
  • 18
  • 70
  • 118
21
votes
4 answers

Can JQuery UI and JQuery tools work together?

Can JQuery UI and JQuery tools work together? I.e. If I include both libraries on one page, will it still work?
rockstardev
  • 13,479
  • 39
  • 164
  • 296
17
votes
12 answers

jQuery Tools Tooltip - Change Title

Got a problem with the jquery plugin Tools tooltip (http://flowplayer.org/tools/tooltip/index.html) I need to change the title of the element.. reloadTooltip(); $("#example").attr('title', obj.text); reloadTooltip(); function…
smo
  • 185
  • 1
  • 1
  • 11
16
votes
5 answers

jQuery Plugins vs UI vs some alternative

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…
WebMatrix
  • 1,561
  • 3
  • 12
  • 17
13
votes
1 answer

jQuery Tools alert works once (but only once)

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…
Jim Miller
  • 3,291
  • 4
  • 39
  • 57
13
votes
1 answer

Prev & Next button with counter for overlay using jQuery

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,…
Jules Martinez
  • 682
  • 1
  • 6
  • 23
13
votes
2 answers

Recommendations on sharing validation rules between Javascript and PHP?

We're in the process of writing a new form which our front-end coder has included lots and lots of JavaScript validation (technically, jQuery Tools validation). I'm writing the PHP server-side part of the process, and of course, my own code will be…
PhilGA
  • 303
  • 2
  • 8
11
votes
3 answers

jQuery Tools Alternatives?

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…
bloggerious
  • 337
  • 5
  • 13
10
votes
1 answer

Subsequent HTML5 CreateObjectURL blob image preview and cropping loading bug

I'm trying to figure out if my code is at fault or the current HTML5 File API implementation. The code below works. The bug appears when repeating the process after already loading the image once. The second time a file is selected the image blob…
Shelakel
  • 1,070
  • 9
  • 16
10
votes
6 answers

JQuery Tools tabs conflicts with JQuery UI

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.
Emir
  • 143
  • 1
  • 1
  • 7
10
votes
2 answers

Compare jQuery UI vs jQuery Tools

I'm very new to web programming (I do desktop development professionally). I want to learn more about web programming, especially using the jQuery library. I see references to jQuery UI and jQuery Tools; I even find that there is some controversy…
kmontgom
  • 1,419
  • 13
  • 18
10
votes
2 answers

Third level of quote escaping in HTML and JavaScript

I'm going to preface this with: "I know this is bad practice and an ugly hack (and I'm sorry) but..." I'm using jQuery TOOL's tooltip widget to display a tooltip on an html element when the user hovers over it. With this widget you add the tooltip's…
Brad Dwyer
  • 6,305
  • 8
  • 48
  • 68
9
votes
3 answers

Jquery Tool: Keep selected tab on refresh or save data

I am using jquery tool for tab Ui, Now I want to keep tab selected on page reload. Is there any way to do that? below is my code $(function() { // setup ul.tabs to work as tabs for each div directly under div.panes …
Code Lover
  • 8,099
  • 20
  • 84
  • 154
9
votes
5 answers

jQuery Tools -> Tooltip destroy method?

I am using Flowplayer's jQuery Tools framework (specifically the tooltips plugin) in a table, in addition to jQuery UI calendar. Each row of the table has the ability to insert a row above and below it. When doing this I am cloning the clicked…
redcloud1800
  • 123
  • 1
  • 1
  • 5
1
2 3
32 33