I would like to use the fade effect when it goes from a img to the next img with the same class instead when the next img has a different class I want it to apply thescrollLeft effect.
What I have problem to understand is how can I on a certain condition change the effect of the cycle.
I am in need of changing the class of a number of divs for a specific loop in one of my clients' pages. My javascript skills and knowledge, however, are direly lacking, and I see myself in the unfortunate position of trying to take on more than I can handle.
What I want is a function that runs on page load, ad eternum, changing the class of #foo into .bar and into .foobar alternatively, every X seconds.
Given the following input tag which is enclosed within a hidden div tag:<input id="X" class="Y"/> this call (id-based) locates the tag: $(this).find("#X")but this one doesn't (class-based)I couldn't find any documentation indicating find() working differently when using id-based vs class-based selectors.
I have a little problem with the slideshow, the scrollLeft effect is activated on rollover, but, it is quite slow, and it give me the sensation that the slideshow begins with the "pause".
I am working on a project using the (brilliant) cycle plugin, here's the scenario: (apologies in advance for bad terminology that may be used) I have a pager using thumbnail images, the slides contain text, at the moment cycle automatically cycles through the slides. I want each pager thumbnail that corresponds to it's respective slide to grow when active using the hoverpulse plugin
Im trying to use the onAfter effect like in this demo: [URL] Here is my site: [URL] How do I use the onAfter effect? Do I call another function or write the css to hide the buttons all in one place?
I've successfully managed to implement the JQuery Cycle Plugin with the Shuffle Effect (works in all the latest version browsers) but I can't figure out how to change the direction of the effect. By default the images slide out to the left then back in again to the right (where they disappear beneath the next image). I'd like to change the direction to either. Out to the right, then back in to the left or a vertical variant. I've tried playing around with the animOut and animIn parameters but they seem to have a null effect.
Using the minified jQuery Cycle Lite Plugin (only 3kb) is very very attractive for the project I'm working on. I'm trying to make cuts in load time and 99% of my site would only requires the fade transition, however one area needs the 'scrollUp' effect. How hard would it be to add that effect to the Lite version of the plugin?
I am using the cycle plugin. I am cycling through 3 images. There are 3 corresponding divs below the images.I would like to change the background color of the div based on the corresponding image that is active.
I'm trying to set up a blog, which uses a slideshow within each post, using the jQuery Cycle plugin.
Is there a way of creating separate slide shows for each, using a single class (.post-slideshow-images) - and also have the next and prev links on each, and a caption? Let's say there are 5 instances of slideshows with the class.post-slideshow-images.I've tried the below, but the next and prev links, and the caption are linked between each slideshow (clicking next on one, for instance, controls every instance on the page, and the caption for every slideshow also updates)
I'm using the cycle plug-in with an existing nav bar (2 buttons). It functions correctly -- but for some reason -- I can't get the corresponding nav button to change CSS class and show as highlighted.
I am working on a project using the (brilliant) cycle plugin, here's the scenario: (apologies in advance for bad terminology that may be used)
I have a pager using thumbnail images, the slides contain text, at the moment cycle automatically cycles through the slides. I want each pager thumbnail that corresponds to it's respective slide to grow when active using the hoverpulse plugin.
How could I add a class to a div that contains a div that contains a link that contains specific text, and name that class based on that link but with hyphens in place of spaces and all lower case? Here's specifically what I'm looking for:
<div class="my-div-one"> h2>Title of this section</h2> <div class="my-div-something-else"><a href="url">My Special Link</a></div> </div>
In the above example, I want to add the class my-special-link to my-div-one. Is that possible? How could I do that?
I have yet to be able to do this successfully. I am using the Cycle Plugin to cycle through a series of images and corresponding caption. To show the images, I use:
Problem: The captions do not effectively cycle. What appears is the first caption from php the_excerpt but it does not change to the next php the_excerpt text. Can I solve this problem so I get the text from php the_excerpt to correspond to each image??
I have mulitiple 'a' tags with different classes (aclass1, aclass2, aclass(n)) and I have multiple divs, also with consecutive classes (divclass1, divclass2, divclass(n)). Is there a way to select the 'a' tags to match the div based on its number (ie. 'aclass1' with 'divclass1' and aclass2 with divclass2)? For example something like this:
what i have are 3 radio buttons at top of my form, the first radio option i would like if selected to open a div that contains new questions on the form... then if the other radio buttons are selected they hide that div.
I'm trying to create an effect where you click on a thumbnail image, and the link to the thumbnail will replace the main image, but fade it in. This is the code I'm currently using:
I have a dynamic jCarousel which pulls in JSON data from php, and prints out the list html. What I'm trying to do is set the carousel start item as a variable, which would find the item with the class ".active", and start with that item. The problem is that since the data is dynamic when it looks for the start item, the list hasn't yet been rendered, therefore doesn't find any class or list data. The code below works with a static list, but not dynamic. I think my options are (a) wait for carousel to load, then somehow set the "start" item after, or (b) after list loads auto-scroll to the item with class ".active".
Here's the code i'm working with for the dyamic list: ------------------------------ <script language="javascript"> $(document).ready(function() { /* create an image slideshow from a JSON array using jcarousel */
Malsup's cycle plugin - can the image set being cycled through be changed on-the-fly? e.g. a user clicks on a thumbnail A and cycle shows A's images, clicks on thumbnail B and see B's images etc.
I use cycle for a news scroller, the slides do not stay long enough on the screen and I want to slow this down but i can't find out how. I have used delay but it only affects the first slide.