I\'ve got two instances of a jQuery scrollable on the same page. Unfortunately, I think there\'s some overwriting and collision going on. How do I modify to get them to both work together and properly
I am trying to open an overlay on a button click. The button has associated with it an ajax call, which if returns an error should open an overlay, but on success the overlay does not open.
I\'ve got a jQuery Tools Scrollable I\'ve been working on for awhile, and have gotten it to where it resizes based on the browser size dynamically, and the next button disables at the furthest right p
This question already has an answer here: Closed 10 years ago. Possible Duplicate: Hover not working with jQuery Tools - jQuery
I am using jquery.BlockUI to block a page when performing ajax call to a back end script. It was working fine, but once I had added jquery.overlay from jquery TOOLS, blockUI plugin stopped working.
I wan to show an overlay programmatically. I tried to modify the code in this example Opening overlays programmatically. Instead of loading the overlay only once开发者_JS百科 upon document load as sho
I have setup some tabs using jquery tools and the history plugin. When i go to http://jimeagle.com/new/index.php#music.php the music page is correctly loaded but the home tab at the top is still high
jScrollPane has a very reasonable problem when working with tabs. Tabs (both jQuery UI and jQuery Tools) usually use display: none to hide unfocused tabs. This messes jScrollPane up. The fix is instea
Anyone ever seen an example (or tutorial perferably) of using the jQuery UI slider element to control a jQuery Tools Scrollable? I\'m looking to build a timeline-type page and want to have a horizonta
I feel like this has already been answered and implemented, but I cannot figure out the right terms or keywords to find it.