Re: [jQuery] Slideshow Question

2009-12-26 Thread Ammar Rayess
Will check it out, thanks Charlie! On Sat, Dec 26, 2009 at 6:06 PM, Charlie wrote: > to answer question "is this doable in jQuery"...yes it certainly is. > > I would suggest using the cycle plugin due to it's robust API. The right > tabs can be managed the same as any of the pager examples, jus

Re: [jQuery] Slideshow Question

2009-12-26 Thread Charlie
to answer question "is this doable in jQuery"...yes it certainly is. I would suggest using the cycle plugin due to it's robust API. The right tabs can be managed the same as any of the pager examples, just adjust your css accordingly. The text is handled by creating absolute positioned contain

[jQuery] Slideshow Question

2009-12-25 Thread Ammar Rayess
Greetings, Take a look at this website please: http://new.music.yahoo.com/ You can see in the middle the flash slideshow that shows pix in middle, overlayed with text and on the right column a title, ofcourse clicking on different titles activate the related image with text. I looked at the plug

[jQuery] Re: border appears around jquery slideshow in IE

2009-11-07 Thread Shane Riley
issue with implementing Cycle that causes the images to be much smaller than actual size at random because a fixed width and height aren't set in the CSS for them. On Nov 7, 5:53 am, chulo wrote: > hello, > > I have integrated a jquery slideshow in a webpage which appears correctly in >

Re: [jQuery] border appears around jquery slideshow in IE

2009-11-07 Thread Regis Sabino
$('ReyX').ready(function() { Hi, you can try set the outline of div to none, like this: $('#s1').cycle().css('outline','none'); Bye }); 2009/11/7 Regis Sabino > Hi > > 2009/11/7 chulo > > >> hello, >>

Re: [jQuery] border appears around jquery slideshow in IE

2009-11-07 Thread Regis Sabino
Hi 2009/11/7 chulo > > hello, > > I have integrated a jquery slideshow in a webpage which appears correctly > in > mozilla, but when testing in all IE explorers a border appears around the > image that rotates during the transition. > > http://alexanderlloyd.info

[jQuery] border appears around jquery slideshow in IE

2009-11-07 Thread chulo
hello, I have integrated a jquery slideshow in a webpage which appears correctly in mozilla, but when testing in all IE explorers a border appears around the image that rotates during the transition. http://alexanderlloyd.info/touba/ (it's the small image halfway down the page) A

[jQuery] Slideshow with cycle

2009-11-03 Thread maltaphilosopher
Hi all, I have a slideshow using only cycle with a scroll horz. I have six thumbs, three visible at first with prev and next arrows to see the other three. I also have an automatic transition through each thumb but when it gets to the fourth thumb, it doesn’t scroll. Is this possible with cycle? T

[jQuery] Slideshow inside "Accordian"

2009-10-04 Thread David Fung
Am I crazy to try this? I'm trying to see if I can put a slideshow (any type.. I'd like to maybe just use a slideUp/slideDown shuffle of photos onClick) in an accordian type navigation. Here's the page. Tell me if i'm crazy, I'm new. Thanks in advance. =) http://fromdavy.com/jtran/

[jQuery] jquery slideshow

2009-09-25 Thread Shravan Garlapati
Hi, I want to use jquery slideshow. I have a side menu bar with 15 different options. When I choose an option from menu bar, different slide shows must appear in the same div. I would really appreciate if any body can help me with this. Shravan.

[jQuery] Slideshow Dies in 1.3.2 but works in 1.3.1 and below

2009-08-13 Thread Brad
Basically, I can click the next button and go forward until it reaches the last slide then it sticks. The Back button is also broken. This code works great with 1.3.1 and 1.2.6 but has the aforementioned bugs in 1.3.2 $(document).ready(function() { var fadeSpeed = 1000; var cu

[jQuery] help with image titles & jQuery Slideshow

2009-08-11 Thread Jessie
Hi I am new to javascript and am having a lot of trouble with a photo slide show I am creating for a website- I used a jQuery based program called Galleria. Here is my problem- Galleria creates thumbnails for you from your images- you make an unordered list in which you put all the img tags. Whate

[jQuery] slideshow efect

2009-08-09 Thread Sudhakar
hi i need a slieshow effec that i want to create for my personal website. following is what i need i want to display an image and below that will be text and this text should be clickable and open in a new window and this way i want to show few images and text with a certain duration for each.

[jQuery] Jquery slideshow help

2009-05-19 Thread ongdesign
rt I can't figure out -- how can I modify my "next()" line to ignore images tagged with the class "manual"? Any help would be appreciated... I have been banging my head on this for awhile (not being particularly skilled in Javascript and totally new to Jquery). --

[jQuery] Slideshow with Carousel and spotlight?

2009-04-14 Thread amuhlou
Hi everyone, I'm looking for an image slideshow using carousel thumbnails as well as a spotlight for an enlarged version of the thumbnails. YUI has one that *almost* does what I need (http://developer.yahoo.com/yui/ examples/carousel/csl_dynload2_clean.html), however it doesn't allow for portrait

[jQuery] Re: Trying to get Jquery Slideshow to function

2009-04-07 Thread Nathan
Looks like you are missing jQuery itself. Get that in there and you may have better luck. Also you should use Firefox with the Firebug plugin that'll help you better trouble shoot issues. On Apr 6, 10:52 am, "c.gray" wrote: > Hello, > > I am trying to implement the jqeury slideshow (http://ma

[jQuery] Can't Get Jquery Slideshow to Work

2009-04-06 Thread c.gray
Hello, I'm having trouble getting the Jquery slideshow to function properly. Here is my code: [code] http://www.w3.org/1999/xhtml";> jQuery Slideshow $(document).ready(function(){ $('#s1').cycle({ f

[jQuery] Having Trouble getting the Jquery Slideshow Plugin to work

2009-04-06 Thread c.gray
Hello, I am not able to get the jquery slideshow to work. It seems like it should be so simple but I can't figure out where I'm going wrong. Here is the url to my site: http://sarahmadeit.com/slideshow/demo/ I would greatly appreciate any suggestions as to where I am going wron

[jQuery] Trying to get Jquery Slideshow to function

2009-04-06 Thread c.gray
Hello, I am trying to implement the jqeury slideshow (http://malsup.com/ jquery/cycle/) to function on my site. it seems so simple, but for some reason the previous and next buttons are not working. Here is my URL: http://sarahmadeit.com/slideshow/demo/ This is just a test to see if I can get it

[jQuery] Slideshow Using Ajax

2009-03-01 Thread Nic Hubbard
I have been searching for a jQuery slideshow plugin that can load in images using ajax. But I am having a really hard time finding one. Does anyone have any recommendations for one?

[jQuery] Slideshow

2009-02-26 Thread Tatsujin
I’m looking for someone to do a little work for me and I wondered if one of you might be able to help. What I am essentially trying to achieve is a sliding thumbnail viewer with lightbox effects ultimately for use within Joomla 1.5. Essentially what I want to combine is the lightbox enlargement

[jQuery] SlideShow based on SQL Server

2008-12-07 Thread PaoloTCS
I am brand new to JQuery, but very excited over it. I have looked at s3Slider and similar packeges, but they all seem to get their images statically, either by referencing a folder or by just referring to them ("1.jpg, 2.jpg, "). I have a database with image paths (images/woof1.jpg), for e

[jQuery] Re: jQuery slideshow

2008-08-28 Thread admi99
My point was the recursion :) I know that it iterates wrong. my last post should be : >> pos++; > > if( pos == $imgs.length ) > > pos = 0; // rewind On 28 Sie, 17:52, Ariel Flesler <[EMAIL PROTECTED]> wrote: > No, your code will hide and show back the last item. > If I'm

[jQuery] Re: jQuery slideshow

2008-08-28 Thread Ariel Flesler
No, your code will hide and show back the last item. If I'm wrong, the code I gave you works as expected. -- Ariel Flesler http://flesler.blogspot.com On Aug 28, 12:27 pm, admi99 <[EMAIL PROTECTED]> wrote: > Thank you :) However it isn't what I need :) > At First : > shouldn't it be more like th

[jQuery] Re: jQuery slideshow

2008-08-28 Thread admi99
Thank you :) However it isn't what I need :) At First : shouldn't it be more like that : $imgs.eq( pos ).fadeOut("slow", function(){ if( pos == $imgs.length ) pos = 0; // rewind else pos++; $imgs.eq( pos ).fadeIn("slow", slide ); }); Secondly, stil there's recu

[jQuery] Re: jQuery slideshow

2008-08-28 Thread Ariel Flesler
var pos= 0, $imgs; function slide(){ $imgs.eq( pos++ ).fadeOut("slow", function(){ if( pos == $imgs.length ) pos = 0; // rewind $imgs.eq( pos ).fadeIn("slow", slide ); }); ); // Wait for document ready to start the magic $(function(){ $imgs = $('img.foo');

[jQuery] jQuery slideshow

2008-08-27 Thread admi99
I'd like to do slideshow by myself but I've met some problems. This example is quite simplified: var pos= 0; slide = function(){ currImg[pos].fadeOut("slow", function(){ curImg[pos+1].fadeIn("slow", slide() ); } pos = pos + 1; ); } It's wrong example because of recursion. How can it be made?

[jQuery] slideshow for big images

2008-05-21 Thread takeshin
Hello, I’m looking for a jQuery plugin to load dynamically and cycle big images. I need a plugin, that reads images from a directory or an array, but the current image must be read only if needed, not all at once. For example: 500 images 800x300px, only one (random or next) image is actually dis

[jQuery] Slideshow for divs

2008-02-14 Thread William Horta
does anyone know a plugin or a way to slide divs from left to right ? i found some ways but only with images, and im not very good at programming so i coudln't do it with .animation it didn't work very well

[jQuery] Slideshow with unknown amount of images

2007-06-04 Thread Arne-Kolja Bachstein
Hi there, this is more a general question than a jQuery based one, but maybe jQuery really is the thing to implement this. I have to create a slideshow with an unknown amount of images. The person that is managing the content doesn't want to edit any source code or something when uploading

[jQuery] SlideShow Interface

2007-05-09 Thread Mario Moura
Hi Folks Everbody probably know SlideShow from http://interface.eyecon.ro/demos/slideshow.html It is nice but dont have a way to href the caption to something. I am trying but change function dont do what I hope, so probably I am in wrong way. $($(".slideshowCaption ").text()).change($(".slide

[jQuery] Re: Jquery slideshow plugin, unstyled content

2007-05-02 Thread Joel Birch
On 03/05/2007, at 3:23 AM, [EMAIL PROTECTED] wrote: IS there anyway to not have the slideshow: http://interface.eyecon.ro/demos/slideshow.html show the photo's sort of in a vertical line until they all load. I think CSS could solve this. Maybe you could just set the ul to position:relative a

[jQuery] Re: Jquery slideshow plugin, unstyled content

2007-05-02 Thread BKDesign Solutions
ssage - From: <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Wednesday, May 02, 2007 1:23 PM Subject: [jQuery] Jquery slideshow plugin, unstyled content IS there anyway to not have the slideshow: http://interface.eyecon.ro/demos/slideshow.html show the photo's sort o

[jQuery] Jquery slideshow plugin, unstyled content

2007-05-02 Thread tzmedia
IS there anyway to not have the slideshow: http://interface.eyecon.ro/demos/slideshow.html show the photo's sort of in a vertical line until they all load. It really makes me not want to use this particular setup, even though it's perfect for what I want. There really are not to many slideshow typ