Top "Jquery-tools" questions

jQuery TOOLS is a lightweight JavaScript library based on jQuery.

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 …

jquery html validation jquery-tools
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 …

javascript jquery jquery-tools
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 …

jquery tooltip title jquery-tools
jQuery Tools: How to close an overlay?

$("a[rel]").getOverlay().close(); $("a[rel]").close(); Both don't work. $(document).ready(function () { $("a[rel]").overlay({ mask: '#3B5872', …

jquery dialog popup overlay jquery-tools
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 …

jquery jquery-ui jquery-tools jquery-tabs
jquery tools error: Uncaught Error: Syntax error, unrecognized expression: [href=/]

I just loaded jQuery Tools onto my site. But the Google Chrome console shows an error: Uncaught Error: Syntax error, …

jquery jquery-tools
jQuery - Object Expected on IE and $(document).ready(function() {});

I have a page ([LINK REMOVED]) that works completely well in FireFox and Chrome, but for some reason I am …

jquery internet-explorer jquery-tools document-ready
$(".scrollable").scrollable is not a function

I am getting the error : $(".scrollable").scrollable is not a function when I attempt to use the scrollable <html&…

jquery jquery-tools
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. …

javascript jquery jquery-tools tooltip destroy
Jquery Tools Tooltip not going away

I have a tool tip that will appear over anything with a title: $("[title!=]:not(IFRAME)").tooltip(); I have a …

jquery tooltip jquery-tools