Hi there, I will try to post a question here, but I don't know if it will
work because even though I haven't checked the "message is in HTML format"
checkbox it continues rendering the text as HTML so it is getting harder to
post some code in here... I'm using cycle in a personal project and I want
all the images to be defined under a certain class, so I use this:

opts.addSlide(' pics/photo'+(currentImageNum+1)+'.jpg ');

Also in the initial pics:

pics/photo1.jpg 
pics/photo2.jpg 

I'm using a function under the onready condition that affects only elements
under "bg" class:

$('.bg').bind('mouseover', daFunc)

It only works with the 2 initial pics, the aditional pics do not respond to
the event...
Any hints?
-- 
View this message in context: 
http://www.nabble.com/Cycle---Problem-setting-a-class-for-aditional-slides-tp24717819s27240p24717819.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to