cycle

jQuery cycle: custom callback ?

This snippet runs my slideshow, which consists of a series of images. At the top of the slideshow I have "image x of y". Is it possible to add a callback that is tied to each the prev and next buttons? One callback would add 1 to the x and the other subtract. So this is some form of pagination for which I could not find an out of the b...

Android proper use of setId()?

I have a series of activities that share a database. In the primary activity the user will be doing things will the program automatically logs data into the db. This continues until the user would like to view the database by starting the view database activity. How I have it set up is that onPause will close the database so the the DBVi...

Question regarding jQuery.HISTORY --- Prev / Next Button & Pages.

I'm very new to jQuery and having some issues figuring out stuff here :) I want to create a gallery that's something like this. [IMAGE] [previous / next] [ 1 of 5 ] <- (for example, if I have 5 images, I want to display the numbers) I figured out up to prev / next button part by using jQuery Cycle Plugin, but i couldn't figure ...

How to avoid pre-loading images when using jQuery Cycle Plugin

I have a slideshow (jQuery Cycle) with large images, and would like to AVOID pre-loading all the images when the page loads. Instead, I'd like to only load the first image, and have the rest load after the user CLICKS on it. I'd really appreciate any ideas! Javascript newbie here... Thanks so much!!!!! ...

Jquery Cycle Plugin - How to pause slideshow when a pager link is clicked

Hi, I am using the Jquery cycle plugin to create an announcements slideshow. I would like to pause the slideshow when the user clicks on one of the pager links. I have tried using the pagerClick function and attaching the pause function to the onclick event for the pager links, but neither worked. Can you help? $('#highlights') .after('...