jquery-tools Questions
24
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&...
Phenanthrene asked 10/1, 2012 at 18:35
13
Solved
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 h...
Adulthood asked 17/2, 2013 at 16:31
4
I was wondering whether I can use multiple fragment identifiers in a url, sort of like this:
http://example.com/videos/index.html#videos#video_2
I'm using jQuery Tools tabbing system on my index.h...
Dichogamy asked 11/2, 2011 at 11:29
12
Solved
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.t...
Declinature asked 11/7, 2011 at 13:31
5
Solved
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 bel...
Bump asked 2/2, 2011 at 21:19
7
Solved
$("a[rel]").getOverlay().close();
$("a[rel]").close();
Both don't work.
$(document).ready(function () {
$("a[rel]").overlay({
mask: '#3B5872',
effect: 'apple',
onBeforeLoad: function () {
v...
Erasion asked 16/7, 2010 at 16:4
6
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....
Unexceptionable asked 5/1, 2011 at 0:49
3
Solved
I am using jQuery Tools scrollable for a carousel with three items in view at a time and scrolling one single item in an autoscrolling and circular fashion.
I have used CSS to show the three items...
Gibert asked 2/5, 2012 at 17:35
1
Solved
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 expla...
Oarlock asked 29/5, 2013 at 22:36
2
Solved
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 h...
Monegasque asked 2/4, 2013 at 22:22
4
Solved
Can JQuery UI and JQuery tools work together? I.e. If I include both libraries on one page, will it still work?
Spacetime asked 3/9, 2009 at 17:6
4
Solved
I have 2 problems at the moment. I bought a template and am trying to integrate it into a rails app.
First problem:
I'm having trouble with the jquery tools form validations. The validation is no...
Isomerous asked 27/11, 2012 at 4:30
3
Solved
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 dire...
Undergraduate asked 2/3, 2012 at 7:46
1
Solved
I'm using jQuery tools validator for my web app in ASP.net MVC4.
I'm trying to validate dropdownbox using validator without success.
I've gone through this question, but it dosen't solved my prob...
Coussoule asked 3/11, 2012 at 14:21
2
Solved
When you open a modal dialog using jQuery UI, you'll notice that if you use the Tab key, you can focus on the dialog's buttons, but any inputs outside the dialog are ignored. I'm trying to achieve ...
Blandina asked 17/10, 2012 at 14:44
1
Solved
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...
Diplomatist asked 18/3, 2012 at 12:7
2
Solved
I'm using the jQuery tools (http://flowplayer.org/tools/demos/index.html) validator for my form and was wondering how to validate dropdowns and radio buttons?
Anyone had experience of implementing...
Textual asked 12/1, 2011 at 13:6
3
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 lookin...
Kassandrakassaraba asked 6/4, 2011 at 4:21
2
Solved
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 par...
Ornis asked 16/4, 2012 at 23:25
0
I have a similiar slider to the one on jquerytools.org
But how do I disable vertical touch events on the slider? This is quite a problem when the slider on portrait mode takes up nearly the whole ...
Synchrocyclotron asked 23/3, 2012 at 9:33
1
Solved
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 ...
Wald asked 23/1, 2012 at 9:7
1
Solved
We use JQueryTools library (http://flowplayer.org/tools/index.html), but haven't seen any progress in last 12 months or so in terms of new development or bug fixes. There is no place on the w...
Disappearance asked 18/1, 2012 at 3:27
3
Solved
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 ...
Muncey asked 7/7, 2010 at 15:41
1
Solved
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...
Sardonyx asked 31/12, 2010 at 3:48
5
Solved
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 we...
Bunni asked 4/1, 2010 at 20:12
1 Next >
© 2022 - 2024 — McMap. All rights reserved.