I made jPanView for some similar. You can change the plugin for load 
dinamically images.

An idea:
<div id="zoomarea">
<a class="panview" href="image_big.jpg"><img src="image.jpg" /></a>
</div>

<div id="thumbarea">
<img src="image.jpg" /> <img src="image1.jpg" /> <img src="image2.jpg" />
</div>

$(".panview").panview(width,height);
$("#thumbarea img").hover(function(){
$(".panviewer").remove(); //remove old jpanview area
$(".panview").show(); //show again the link as default
$(".panview").attr("href",this.src.replace(".jpg","_big.jpg"));
$(".panview img").attr("src",this.src);

$(".panview").panview(width,height); //redraw zoom area
},function(){});


This is a simple idea similar to shoes example without change the plugin
code. But also you can change the plugin code for more similar prototype
example.

Rick Faircloth escribió:
>
> Thanks for the link…
>
> I’ve got to figure out how to dynamically load a new
>
> thumbnail and large image…
>
> Rick
>
> *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> *On Behalf Of *Marshall Salinger
> *Sent:* Monday, February 26, 2007 2:28 PM
> *To:* 'jQuery Discussion.'
> *Subject:* Re: [jQuery] KICK-BUTT javascript based Zoom feature
>
> This was posted a while back. The bottom example has the same 
> functionality.
>
> http://www.sevir.org/projects/storage/jpanview/index.html
>
> -Marshall
>
> -----Original Message-----
> *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> *On Behalf Of *Rick Faircloth
> *Sent:* Saturday, February 24, 2007 9:43 AM
> *To:* 'jQuery Discussion.'
> *Subject:* Re: [jQuery] KICK-BUTT javascript based Zoom feature
>
> Well… anyone know how to accomplish this in jQuery?
>
> http://tinyurl.com/yubt54_spam
>
> Rick
>
> *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> *On Behalf Of *Matt Stith
> *Sent:* Monday, February 05, 2007 9:53 AM
> *To:* jQuery Discussion.
> *Subject:* Re: [jQuery] KICK-BUTT javascript based Zoom feature
>
> Really all that is is a image of a grid that stays aligned with the 
> mouse, and a higher resolution image that scrolls depending on the 
> mouse position. It doesnt even use jQuery.
>
> Im going to call this one as a lame attempt at spamming this mailing 
> list.
>
> On 2/5/07, *Andy Matthews* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
> http://tinyurl.com/yubt54_spam <http://tinyurl.com/yubt54>
>
> *____________________________________***
>
> * *
>
> *Andy Matthews
> *Senior Coldfusion Developer
>
> Office: 877.707.5467 x747
> Direct: 615.627.9747
> Fax: 615.467.6249
>
> [EMAIL PROTECTED] 
> <https://mail.google.com/mail?view=cm&tf=0&[EMAIL PROTECTED]>
> www.dealerskins.com <http://www.dealerskins.com/>
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com 
> <https://mail.google.com/mail?view=cm&tf=0&[EMAIL PROTECTED]>
> http://jquery.com/discuss/
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>   


-- 
Best Regards,
 José Francisco Rives Lirola <sevir1ATgmail.com>

 SeViR CW · Computer Design
 http://www.sevir.org
  
 Murcia - Spain


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to