[jQuery] Re: Loading GIF Slideshow w/o Modal

2008-02-13 Thread Ange
Unfortunately, this method doesn't validate. I'm getting an error for every appended image in the head of the page. Is there a way to use .append( 'img /) that validates? -Ange On Feb 4, 4:42 am, Pickledegg [EMAIL PROTECTED] wrote: Thats clever, thanks Ange. So on mouse over the image tags

[jQuery] Re: Loading GIF Slideshow w/o Modal

2008-02-02 Thread Ange
}); }); On Feb 1, 4:13 am, Pickledegg [EMAIL PROTECTED] wrote: Hi Ange It looks fantastic, but I take it you're like me, and are searching for a databased or 'non-preloaded' version? On Jan 31, 6:58 pm, Ange [EMAIL PROTECTED] wrote: Here's a link to the page working as I want

[jQuery] Re: Loading GIF Slideshow w/o Modal

2008-01-31 Thread Ange
post slightly. He needs something that you can plug into a database, as preloading the images is impractical with large files. Does anyone know of a database ready version? On Jan 31, 4:17 pm, Sean O [EMAIL PROTECTED] wrote: Ange, It sounds like the SlideViewer plugin might help

[jQuery] Loading GIF Slideshow w/o Modal

2008-01-30 Thread Ange
I'm looking for a jQuery slideshow plugin, and I can't seem to fond one that does all I need. Cycle and jCarousel come close. But my problem is I have multiple galleries on one page, and they all have large images. So, since they load all the images in every gallery and then hide them, the page

[jQuery] Re: Loading GIF Slideshow w/o Modal

2008-01-30 Thread Ange
Thanks. Can any of these be customized to be a non-modal, no thumbs gallery? I need the first image of the galleries to be visible on page load, and prev/next buttons to load images as needed. -Ange On Jan 30, 6:52 pm, Benjamin Sterling [EMAIL PROTECTED] wrote: Ange, Have a look at one

[jQuery] Re: jQuery sendEvent('stop')

2007-12-14 Thread Ange
Here's the problem I'm having in action. It appears that hiding/toggling the content causes IE/Win to error on the sendEvent. I've put together 2 pages: a href=http://www.circleatseven.com/PROJECTS/mockup/index.php;one with the desired layout/a a

[jQuery] slideToggle causes links to disappear

2007-12-13 Thread Ange
On this page... http://www.circleatseven.com/PROJECTS/mockup/home.php ...in the right sidebar, the links in the Campus Guide menu don't show up in IE7 after the containing div's visibility is toggled. I'm assuming it's the same issue in the drop-down main menu causing those links not to show in

[jQuery] jQuery sendEvent('stop')

2007-12-13 Thread Ange
Does anyone know how to have a jQuery click function sendEvent('stop') to a JW Media Player (http://jeroenwijering.com/)? I can do it w/ a text link: a href=javascript:sendEvent('stop')Stop loading and playing/a But I need to have it on a jQuery click with default disabled. Anyone?