Top "Jquery-tools" questions

jQuery TOOLS is a lightweight JavaScript library based on jQuery.

Making jQuery tooltip appear when hovering over a div

I am struggling to get tooltips to work when I hover over a div. Here is the HTML markup: <…

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

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

jquery jquery-ui jquery-plugins jquery-tools
jQuery Tools Overlay & jQuery.live event

How to get this work with jQuery.live? $("a[rel]").overlay({ mask: '#3B5872', effect: 'apple', api: true, onBeforeLoad: …

jquery jquery-tools
In what case does IE8 block Javascript and how to avoid it?

I got a web site using jQuery, jQuery Tools and some handcrafted JS running performing graphical enhancements. While it's running …

javascript jquery activex internet-explorer jquery-tools
jQuery live with the ready or load event

I'm using the jQuery Tools tooltip plugin, which is initialized with $('selector').tooltip(). I'd like to call this on any …

dom jquery jquery-tools
jQuery tools: How to close an overlay?

I have an edit form that I'm displaying as an overlay using Jquery Tools. On my object list view page, …

jquery-tools
How to make a lightbox 'breakout' of an iframe?

I have an iframe on the front page of a site. The iframe loads a .php page which has a …

jquery iframe overlay lightbox jquery-tools
Using multiple fragment identifiers in a URL

I was wondering whether I can use multiple fragment identifiers in a url, sort of like this: http://example.com/…

javascript hash jquery-tools
How to use Jquery tools Overlay programmatically?

I wan to show an overlay programmatically. I tried to modify the code in this example Opening overlays programmatically. Instead …

overlay jquery-tools