[jQuery] Re: Need Help with my plugin

2008-12-18 Thread sad1sm0
OK, so I'm nearing the final stages with this project. Here's what I have, and what I need. Hopefully someone can help me here because I'm at a point where I can't test certain things. When an image is selected from the thumbnails, I have a script that resizes the image to 50% viewport size and

[jQuery] Re: Need Help with my plugin

2008-12-10 Thread sad1sm0
Yeah I forgot to include that part... sorry about that. That's right here getImage: function(href2view) { $("#loadingAnimation").css({position: 'absolute', top: '50%', left: '50%'}).show(); var imageLoader = new Image(); $(imageLoader).load(function() {

[jQuery] Re: Need Help with my plugin

2008-12-10 Thread Sridhar
I am not seeing where you are setting the galleryObj.currentSrc when the user clicks on next / prev. may be that is the problem. On Dec 10, 4:04 pm, sad1sm0 <[EMAIL PROTECTED]> wrote: > I'm building my first plugin for jquery and I'm stuck on a really > weird problem.  I'm building a lightbox ima