A cycle is a process or series of items, which repeats several times.
0
votes
2answers
25 views
Uncaught TypeError: Object [object Object] has no method 'cycle'
I use primefaces ImageSwitch to image slide show. And it works with no error. But I refrence jquery library to page, I get error same as title.
And I found a solution: I found this library ...
0
votes
2answers
16 views
Iterate through two arrays, looping one continuously until the other is finished (i.e. Assign colors to menu navigation items)
O.K. Can't quite get any reference to something similar. I have two arrays, one sets my menu navigation items:
$nav_items = array('item1_link'=>'item1_displayname',
...
0
votes
1answer
43 views
Why am I getting value increase while recalculating an array?
I need to recalculate vales of array in JavaScript and I am trying to do it like this:
for (var i = 0; i < totalNum; i++) {
x = 3;
if (chane[i]<rand) {
...
2
votes
2answers
41 views
Find Cycles in Organic Graphs
I want to find all cycles in a graph that is built organically. In a nutshell cycles happen when two branches or paths end at a common vertex. Something like
1->2->3->4
1->5->4
form the cycle of ...
0
votes
0answers
6 views
the multiple slide update value in .cycle
I have created the jsfiddle please look at this. jsfiddle.net/zSaHK/1/
used .cycle lib
the red block is the prev and next navigation. works everything fine except the current slide image value ...
0
votes
0answers
16 views
jcarousel auto cycle / turn
I used jCarousel for doing somemthing like that:
Carousel with autoscrolling but I could not.
I created a custom.js file to add all my js. And for the jCarousel part I used this code:
$(function() ...
1
vote
0answers
48 views
js.cycle.js and jquery.js conflict
I am new to javaScript and Jquery. I want to design a website that contains both an accordion navigation and a slideshow on the same page. In order to do this, I downloaded this auto scrolling ...
0
votes
0answers
38 views
vertically centering image in jQuery Cycle (responsive)
I am trying to create a image rotator using jQuery Cycle. The image has some responsive sizing components to it (not a fully responsive site at this stage...I know...this is still in development). ...
0
votes
0answers
30 views
Customizing the “Presentation Cycle with progressbar” no “flow” effect.
I've been searching around to find the same slideshow as the one used in the website of sputnikcreative.com. I found it as nice way of presenting some stuff I design and I'm totally not experienced in ...
0
votes
0answers
20 views
Cycle Prev/Next does not progress Lavalamp
The Setup:
I am using both Jquery Cycle and Lavalamp. See it here-> http://keywebconcepts.com/new-keyweb (talking about the Process slider under the call to action fields)
The Issue:
My prev/next ...
-1
votes
1answer
24 views
Using cycle to Django?
I am developing a Django application, i had some problem,
I hope to do the following effects on Django,
<div id='cssmenu'>
<ul>
<li class='active'><a ...
0
votes
1answer
16 views
Using NP Reductions
I have been having some difficulty understanding reductions using NP problems and would like clarification. Consider the following problem:
Show that the following problem is NP-Complete by designing
...
0
votes
1answer
15 views
cycle through animations on click
starting with a single image, I have three animations I want it to cycle through each time the image is clicked.
I created this switch:
function switcher() {
// counts to 4 then resets to 0
x = x+1
...
-1
votes
1answer
67 views
Finding cycle in 2 dimensional array
Hi i want to find cycles in 2 dimensional(nxm) array. i have n.m-1 filled cell in my array and i want to find cycle starting empty cell, continues in filled cells an finish in empty cell.
For example ...
0
votes
1answer
25 views
Cycle2 make images links
Hi Ive just swapped from Keyframes to Cycle2 (http://jquery.malsup.com/cycle2/) as a way of slideshowing images , I swapped to cycle2 as i believed this would allow me to make the images links , I ...
-1
votes
0answers
23 views
jquery: cycle + touchwipe for wordpress? [closed]
I have a Wordpress site that uses WPSHOWERS Sight theme. There's a slideshow on top on the opening page that I presume uses the cycle js, which I would like to make responsive to touch (so you can ...
1
vote
2answers
66 views
Detecting cycle maxima (peaks) in noisy time series (In R?) [closed]
I want to extract maxima of cycles in time series data. An example of this data is the solar flare time series (~11 year cycle, between 9 & 14 years). The cycles don't repeat at a perfect ...
0
votes
1answer
14 views
Can I store Jquery Cycle parameters in a variable?
Is it possible to store Jquery cycle parameters as a variable? The code below doesn't work and I'm trying to find out why.
var show=$(fx: 'fade', pause: 1, prev: '.prev', next: '.next');
...
0
votes
1answer
56 views
runAction() is called after cycle. is it ok?
here's sample on lua
for i=1,n do
cclog(""..i)
someItem:runAction(CCCallFunc:create(someCallback))
end
so first in console log it prints n lines with i and only then runs runAction n times ...
0
votes
0answers
56 views
When in the sencha touch 2 page cycle does one call a wcf rest service to get data for a certain ID
I have two forms in my sencha touch 2 project. The first is a login form where the userId is retrieved from the wcf rest service for a given username and password and then put into a local store.
The ...
0
votes
1answer
57 views
Stop animation at end of a cycle
The following code resets the animation to the first frame and repeats. For some reason animation-fill-mode:forwards; is not working.
I'm not sure if it has to do with the pixels or the top margins.
...
-1
votes
1answer
30 views
Unwanted combination of arrays inside a for cycle
It's 2 days that i'm trying to understand why i get so illogical results. Let me explain with an example. I create invoices based on this simple array.
Array
(
[0] => Array
(
...
-3
votes
1answer
105 views
detecting a cycle from a Graph
How to detect if a graph has a cycle or not from this part of code which shows the depth-first search an the graph is implemented in an adjacency matrix
// ...
0
votes
1answer
59 views
Stack overflow from infinite loop - detecting cycles in modified DFS
I am going a bit crazy at this point trying to determine the source of an infinite loop (getting a stackoverflow error). I am trying to implement a modified DFS to detect cycles in a graph. I am ...
1
vote
1answer
24 views
How to set the pins to display only on one world without manual calculation?
I'm working on Google map api V3. When i load all the pins and set the fitbounds my map is loading two worlds. It is fine to have two worlds, but both maps have pins on it. it is really confusing to ...
0
votes
0answers
59 views
Function not running after cycle is initialised
EDIT: I have the script running, however it doesn't run until 5 or 10 seconds after the page loads? I have used after: inside the cycle script and called the tinyCarousel function. Is it possible to ...
2
votes
2answers
22 views
Adding a cycle numbre to the name of an object
I have this code in Java
for (int j = 0; j < 8; j++)
{
Boton[1][j].setIcon(PeonN);
Peon PeonNegro = new Peon('N');
Boton[6][j].setIcon(PeonB);
...
-1
votes
1answer
61 views
Batch — How do I execute multiple programs that open (and close) one after another in time intervals as a cycle?
I hope that makes sense. I want to create a batch file or anything similar that will cycle through a few Processing applications for a presentation. Is there a way I can do this that will execute an ...
0
votes
1answer
28 views
ruby (rubyinstaller) and cygwin odd behaviour with gets method inside a loop
I've been running quite a few ruby console scripts in cygwin terminal under windows xp with no problems so far using ruby 1.9.3-p28 from rubyinstaller.
All of a sudden now I'm noticing this odd ...
3
votes
1answer
56 views
Macro to cycle through and allocate data to members of structs incorrectly recognises struct member as pointer
My problem is that atoi is converting a string's hexadecimal memory address to decimal, instead of what's contained within the string. It is doing this during a macro. Why is it interpreting ...
-2
votes
3answers
33 views
NSMutableArray adding into a cycle
I have this...
allTableData = [[NSMutableArray alloc] initWithObjects:
[[Food alloc] initWithName:@"1" andDescription:@"Hi man!"],
[[Food alloc] initWithName:@"2" andDescription:@"Hi woman"],
nil ...
0
votes
1answer
32 views
Cycle slideshow: only autoshow some specified slides
I'm using the Cycle plugin for my slideshow: http://jquery.malsup.com/cycle/
The slides starts automatic and uses a navigation that gets fired with an hover.
I would like that the slideshow only ...
1
vote
0answers
41 views
Detecting cycles in neo4j property graph using cypher
What is the best way to detect for cycles in a graph of a considerable size using cypher.
I have a graph which has about 250000 nodes and about 270000 relationship and I would like to detect cycles ...
0
votes
0answers
45 views
jQuery cycle, comma separate pager? How to get slide count in pagerAnchorBuilder?
I am trying to build a simple jQuery cycle with a pager that looks something like this:
< 1, 2, 3, 4, 5, 6 >
However, I am having trouble finding a way to comma separate these items as the ...
0
votes
1answer
33 views
jquery Cycle causing border-bottom to disappear
I'm cycling through a number of divs (div.slide).
Within each div.slide there are four divs containing image thumbnails.
Each of these four divs has a border-bottom set to 1px solid #BBBDC0, however ...
0
votes
1answer
60 views
Empty item at end of .each loop because of rails cycle method
I have this list that should show all activities inside a category, and it sort of works but the last element that is displayed is strange. There are 4 activities in the DB for this particular ...
0
votes
1answer
143 views
How to set 100% div width in jquery cycle plugin
i have problem..
I must set width of slide div to 100%, max width of the "sklo" div..
See my codes below:
$(function () {
$('#sklo').cycle({
fx: 'scrollHorz',
speed: 1000,
...
0
votes
0answers
49 views
Cycle plugin issue, Class thumb pager working only in the first slide
as you can see, there are 2 slideshows in each "album" class,
the pager(navigator) of the first "album" slideshow is working as well when i'm navigating in the thumb pictures, but the pager of the ...
0
votes
2answers
36 views
jquery cycle curtainX not working properly
I'm having a problem with my 'curtainX' cycle animation in jquery. The first animation seems to zoom out in the top center, instead of doing the animation it should. I can't seem to find the problem ...
0
votes
1answer
64 views
jquery cycle2 initialisation script failing
I can utilise jq cycle2 fine with all required options inline within a div, as is now the preferred style. But I would like to instead use an initialisation script, just like the old method of ...
0
votes
0answers
58 views
Twitter Feed - Responsive Issue
I have created a blog using Wordpress that in the sidebar is a twitter section (not a Wordpress plugin) but from http://www.malsup.com/jquery/cycle2/demo/twitter.php
I have edited the code using my ...
0
votes
1answer
86 views
Multiple instances of jQuery plugin on single page
I've got a single page which has multiple instances of a thumbnail 'cycle' gallery. Problem is I would like to have those instances of the plugin start in a specific order and after a set time. And ...
0
votes
1answer
35 views
Need help changing the speed duration of slides with Jquery scripts
So first off I have basically no working knowledge of javascript or Jquery. Second off I have tried to look up answers to this and tried a few things but nothing worked for me.
My slides seem to ...
1
vote
1answer
91 views
Linking slideshows using Cycle2
I'm looking for a way to link slideshows together using Cycle2. I know there was a way to do this in the original Cycle, but the new API is quite a bit different.
Basically, I'll need 2 separate ...
0
votes
0answers
22 views
Cycle Plugin-Height Issue
I am using cycle plugin to display images one after another in a regular interval time. I am loading images via ajax. While I calling for the first time, the height of the div container not taken ...
0
votes
1answer
77 views
Javascript / jQuery - How to keep 2 states of the same variable over time
My question is both logical and javascript related.
My goal is to feed a jquery counter with two states of the same variable over time, so that every x seconds it increases from the start state to ...
0
votes
1answer
150 views
What would happen if Dijkstra's algorithm is run on a directed graph with a negative weight cycle?
Let's say Dijkstra is run from a random vertex and it meets a negative-weight cycle on the path. We can loop around the cycle to make the cost as small as possible, but Dijkstra's invariant is not to ...
1
vote
2answers
662 views
Responsive background slideshow with maintained aspect ratio - Malsup Cycle2
Using Malsup's Cycle 2 to create a background slideshow with corresponding sliding text in a separate div. I've got some simple markup here, but can't seem to get the image to crop so that it will ...
0
votes
0answers
40 views
white box appearing in Jquery cycle plugin IE [closed]
I have some images that are in the slideshow, they all work fine (transitions and everything) in chrome, but after the last image it shows a white box (in IE)
I have read up about it and put
...
0
votes
0answers
68 views
Underlying hidden paragraph influencing positioning (cycle, masonry)
What it boils down to is that the paragraph at the end of the slideshow is determening the overall minimum height of the item box and thus influencing the positioning of the overall website.
link to ...






