Having some trouble getting anything to work with that.  I'm looking at this:


                        if(imageGroup){
                                TB_TempArray = $("[EMAIL 
PROTECTED]"+imageGroup+"]").get();
                                for (TB_Counter = 0; ((TB_Counter < 
TB_TempArray.length) && (TB_NextHTML
== "")); TB_Counter++) {
                                        var urlTypeTemp =
TB_TempArray[TB_Counter].href.toLowerCase().match(urlString);
                                                if 
(!(TB_TempArray[TB_Counter].href == url)) {                                     
     
                                                        if (TB_FoundURL) {
                                                                TB_NextCaption 
= TB_TempArray[TB_Counter].title;
                                                                TB_NextURL = 
TB_TempArray[TB_Counter].href;
                                                                TB_NextHTML = 
"<span id='TB_next'>&nbsp;&nbsp; # Next &gt; </span>";
                                                        } else {
                                                                TB_PrevCaption 
= TB_TempArray[TB_Counter].title;
                                                                TB_PrevURL = 
TB_TempArray[TB_Counter].href;
                                                                TB_PrevHTML = 
"<span id='TB_prev'>&nbsp;&nbsp; # &lt; Prev </span>";
                                                        }
                                                } else {
                                                        TB_FoundURL = true;
                                                        TB_imageCount = "Image 
" + (TB_Counter + 1) +" of "+
(TB_TempArray.length);  
                                                }
                                }
                        }


Trying to get the if comparison you suggest in there doesn't seem like it
will do anything, and anywhere else in the TB_Show function doesn't seem to
work either.  Can you show me what you had in mind?

Adam

-- 
View this message in context: 
http://www.nabble.com/Make-Thickbox-loop--tf2643760.html#a7382140
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to