jQuery TOOLS is a lightweight JavaScript library based on jQuery.
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-toolsI am getting the following error in Chrome dev console: Uncaught TypeError: Cannot read property 'msie' of undefined My understanding …
javascript jquery jquery-toolsGot a problem with the jquery plugin Tools tooltip (http://flowplayer.org/tools/tooltip/index.html) I need to change …
jquery tooltip title jquery-tools$("a[rel]").getOverlay().close(); $("a[rel]").close(); Both don't work. $(document).ready(function () { $("a[rel]").overlay({ mask: '#3B5872', …
jquery dialog popup overlay jquery-toolsI'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-tabsI just loaded jQuery Tools onto my site. But the Google Chrome console shows an error: Uncaught Error: Syntax error, …
jquery jquery-toolsI 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-readyI am getting the error : $(".scrollable").scrollable is not a function when I attempt to use the scrollable <html&…
jquery jquery-toolsI 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 destroyI have a tool tip that will appear over anything with a title: $("[title!=]:not(IFRAME)").tooltip(); I have a …
jquery tooltip jquery-tools