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.
0
votes
0answers
10 views
IE compatibility with jQuery Tools Tooltip
I've started designing a page using the jQuery Tools' tooltip (as demonstrated here).
I've tinkered with it a bit to allow onClick show and onClick hide. Works fine in Chrome, Safari and Firefox.
...
0
votes
0answers
15 views
Different properties for different overlays using jQuery tools on the same page?
Ok, so currently I use a jQuery tools overlay for a form using the following:
$(document).ready(function() {
$(".profile_popups").overlay({
fixed: false
});
});
But I also want to ...
0
votes
0answers
18 views
Tab with jQuery tools
I'm having trouble doing this successfully after reading through the documentation and searching. I understand that I probably just pointing function properly, but I just do not understand how to ...
0
votes
0answers
13 views
Weird counter behaviour when integrate on script
Ok i have finish this code
http://jsfiddle.net/xHL35/9/
I just made some css changes, and rename image_wrap to image_wrap_galeria
here ...
1
vote
1answer
30 views
Cannot call method 'begin' of undefined
Hello i have this script working fine here.. know it has no syntax errors or else.
http://jsfiddle.net/xHL35/9/
The problem is when i try to implement it here..
I have tried to unset the ...
0
votes
0answers
13 views
jQuery tools overlay only opening 1 element
So I am running in to an issue where I have a page in Wordpress querying a custom post type. It pull in the name and featured image. When you click the featured image it opens a popup with the content ...
0
votes
0answers
29 views
How to add apple overlay in jquery fullcalendar?
I want show event details in apple overlay, when i click the specific event in jquery fullcalendar.
plz refer http://jquerytools.org/demos/overlay/apple.html for Apple overlay.
0
votes
0answers
26 views
How does JQuery Tools Validate detect languages?
I am using JQuery Tools to validate HTML forms. It works fine except for the language detection. For some strange reason, it automatically display all error messages in German.
I'm using the ...
13
votes
1answer
353 views
Prev & Next button with counter for overlay using jquery
i build this Image gallery using jquerytools, im 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 ...
0
votes
1answer
37 views
Image Gallery with Overlay and html inside cant overlay correct image. jquery
Hi im doing a gallery where you have the litthe thumbs, each one select the main image, if you clic the main image you are suppose to get an overlay , inside that overlay is the picture and some extra ...
0
votes
0answers
24 views
JQueryTools - Having trouble with a simple confirm dialog function
I'm having trouble creating a universal confirm dialog function that I can reuse across several Backbone.js Views. I'd like to have something similar to the javascript confirm() function that returns ...
0
votes
0answers
16 views
triggers for jquery-tools overlay effect generated inside ajax.success doesnt work
im try'n to generate triggers (button inside < a> tag) for jquery-tools overlay effect
with jquery .html() function and there is no problem if i do it simply calling the function:
function ...
0
votes
0answers
32 views
How to “slide horizontal” effect in jQuery Tools Slideshow
I am using the jQuery Tools slideshow (http://jquerytools.org/demos/tabs/slideshow.html), and I wanted to do a basic sliding effect. So when you click the right arrow, the current slide animates to ...
0
votes
0answers
72 views
jQuery Tools overlay draggable
I have an overlay with the apple effect from jQuery Tools. I want to make it so the overlay is draggable, but when I use $( ".overlay" ).draggable(); the background image does not drag with it. I ...
1
vote
1answer
26 views
Translating REL attribute action into Jquery action
Using jquery-tools to open a modal-window in-document and I'd really like some clarification from anyone who knows;
Jquery:
$(function() {
$(".modalInput").overlay({
mask: {
...