[jQuery] Re: simplemodal next/back functionality

2010-01-02 Thread nevgenevich
n' is involved thanks again to brian for the working example (i wouldn't have thought of using next and prev selectors via jquery)! :) On Jan 2, 3:26 pm, nevgenevich wrote: > I had time to play around with it more and narrowed it down to the > onClose function... > > this works: &g

[jQuery] Re: simplemodal next/back functionality

2010-01-02 Thread nevgenevich
etter way? any help is appreciated! On Dec 31 2009, 9:53 pm, nevgenevich wrote: > I played around with it, taking it step by step closer to my code > until i hit an issue, and narrowed it down to modal effects... below > is my change to full effects that i'm using for my project, ign

[jQuery] Re: simplemodal next/back functionality

2009-12-31 Thread nevgenevich
minHeight:540, minWidth:940, maxHeight:540, maxWidth:940, opacity:60 }); }); }); On Dec 31, 12:37 pm, brian wrote: > On Thu, Dec 31, 2009 at

[jQuery] Re: simplemodal next/back functionality

2009-12-30 Thread nevgenevich
                .click(function() >                                 { >                                         $.modal.close(); >                                         $('#' + > next_id).modal({overlayClose:true}); >                                 }) >                                 .appendTo($(this)); >                 } >    

[jQuery] simplemodal next/back functionality

2009-12-30 Thread nevgenevich
i'm using simplemodal library to show a collection of items, each of which is some html content... however, all of these are of the same structure and are related, so i'm trying to find a way to implement back/next links to save users an extra click (to close the current, then open next, and wait f