jquery-tools

jQuery Tools & Colorbox | Styling change on Exit Colorbox

Hi, http://www.44db.com/demo/carousel_photos/ I'm facing the following behavior. Click on an image, colorbox opens fine! When closing colorbox either by clicking outside the overlay or by clicking on the 'x' close button then on the carousel items if you notice the div items moves a little bit on the left. This happens only the first ...

Jquery Tools & Scrollable

I have scrollable with the navigator plugin and history set to true. This is so that users can use id'd links to scroll to the selection of their choice in the scrollable list (about 50 items). I have circular set to true. The items show in groups of 4. But the previous and next buttons only move by 1 item, whereas I want them to move b...

Strange layout problem in IE6

URL: http://www.hkpete.com/test.html jQuery 1.42 jQuery Tools 1.2.3 overlay IE7 has this problem too (tested on ietester) I can not find where the problems lie. Thanks a lot. <div id="dialog-content"> <!--Login --> <div id="login" class="panel" style="display:none"> Login.................. </div> <!--Register -...

Tooltips are mispositioned on hover

I cannot for the life of me figure out why the jQuery Tools Tooltips are showing up in the wrong place. Hover over the one of the three gray boxes on this page (e.g. "screen & voice recording"), and the tips should show up on top of the box centered. http://bit.ly/bdJLEh ...

Including a manual Rails tag in my form's parameters

This question is related to this other question: http://stackoverflow.com/questions/2003732/change-rails-text-field-form-builder-type I have a JQuery Tools Range in my form, and making it work requires that the input field be of the type "date". Rails doesn't easily allow me to do this so I've used a manual tag as follows: <% form_for ...

jQuery: Why 2 ajax GET requests instead of 1 request?

Why http://jsbin.com/ogilo/3#http://bit.ly/cKnMc2 has 2 ajax GET requests instead of 1 request? It has requests http://bit.ly/aHW5jy and http://bit.ly/cKnMc2 one after other. It must have just 1 request. Editable code in http://jsbin.com/ogilo/3/edit You can check the bug in Firebug console ...

Change CSS width using javascript (JQuery Tools Scrollable) center

I am using JQuery Tools Scrollable to build a full-page-width scrollable form, such that each page of the form scrolls all the way across the page, replaced by the next page sliding in from the right. The problem I'm having is how to center each page such that it stays centered amidst browser resizing and in-browser zooming (Ctrl +/-). ...

jquery tools / tabs, prev / next buttons, history

I'm using the Tabs from jQuery Tools to create a wizard. I have prev and next buttons successfully navigating between the panes, but they don't change the hash and don't contribute to the browser history (at least not in FF). Do I have to add something to my next & prev handlers? Maybe change the location.href of the buttons to #<next-pa...

Issue with jquery tools overlay in Safari

I am trying to present a form inside an overlay. The form is loaded via ajax. This all works fine on firefox 3.x. But on Safari 5.0(5533.16), the overlay shows but does not make an ajax request, rather makes a html request. Here is how I configure it in my js and then on document.ready I call ModalPostForm.init(); pastie - http://pas...

Why $('a.current').parent('li').addClass('current'); is not working?

Why $('a.current').parent('li').addClass('current'); and $(this).hasClass('current').parent('li').addClass('current'); are not working? a click event must add li.current http://jsfiddle.net/laukstein/ytnw9/ Update: Dropbox is Down, so I updated http://jsfiddle.net/laukstein/ytnw9/1/ with full JS $(function(){ var list=$('#lis...

jQuery tab IE7,IE6 bug: ajax has no GET request

I remove initialIndex:0, so http://dl.dropbox.com/u/6594481/tabs-2010/get-request1.html#two.html will get one ajax GET request in Firebug console. Unfortunately it stopped to get ajax request for http://dl.dropbox.com/u/6594481/tabs-2010/get-request1.html on IE7 and IE6, on other browsers it works fine. What is the issue for that? check...

Why $('a.current').removeClass('current'); is not working?

Why $('a.current').removeClass('current'); is not working for this jquery tabs? http://jsfiddle.net/laukstein/ytnw9/8/ //full JS in http://jsfiddle.net/laukstein/ytnw9/8/ $(function(){ var list=$('#list'), elementsPerRow=-1, loop=true, // find first image y-offset to find the number of images per row topOffset=lis...

jquery tools : Configure tabs with ajax to change title

Hi, I'm using jQuery tools with the Tab feature and Ajax support to link to pages. My problem is that I want to change the title of the page when the tab is changed. I can't find any references on the guide. Thanks. ...

jQuery Tools Scroller with autoscroll & jQuery Colorbox

I have implemented a simple scrollable photo-gallery with jQuery Tools. I then attached the autoscroll behavior to the jQuery tools scroller to create a photo slide-show. Then I attached the jQuery colorbox to the photo slide-show to provide a larger version of the images. I'm running into the following problems. I hope I can explain...

JQuery Tools Scrollable: next/prev buttons?

I'm using JQuery Tools' Scrollable in a fashion very similar to: http://flowplayer.org/tools/demos/scrollable/site-navigation.html Because of the way I've got it on my page, I need to allow users to click buttons to advance horizontally within each vertical. The current tags: <a class="prev browse left"></a> <a class="next browse righ...

How to close jQuery Tools Overlay on click, no matter where?

I've added the Overlay effect of jQuery Tools to my site, using the "Minimum Setup". Unfortunately when the user wants to close it, he must target this tiny circle on the upper right. Usability suffers this way. It would be far better if the user could simply click anywhere to close it. Can I modify or add some code so it would close th...

How to make jQuery Tools Overlay fade in smoothly?

I've added the minimum setup of jQuery Tools Overlay to my site. When it's opened, it hits the eye hard. I found this code snippet in the docs that shows how to create a custom animation, but it produces really weird and unpredictable results (website jumps to home directory and scrolls up when overlay is opened): // loading animation $...