Michael Geary wrote: >> I appreciate the correction. I was a little dumb founded by >> the only explanation that I could come up with and decided >> over dinner that I should test it out an verify it. I >> probably should have done that before posting. All the good >> thoughts seem to come after hitting Send! > > Not to worry, Steve, you should have seen some of the bloopers I've posted! > > I was going to try tracing through your code, but your earlier message said > to click the GO button: > >> http://imaptools.com/sm/index-002.html - with named function >> http://imaptools.com/sm/index-003.html - with anon function >> >> To test the page, load it can click the "GO" button, it should call >> action_go() and load an image and the select list, this work with the >> anon function. > > I see the word GO along with PREV/SAVE/NEXT, but none of them are buttons, > just plain text.
Right, they are aren't buttons yet, but they all have click events on them so you can just click the text. I plan to change them to buttons, I'm not sure why I did do that in the first place. In fact the whole control, is a pseudo-form, just text in cells. If I change it to a form I can probably use the form plugin and simplify my code somewhat. If you start with http://imaptools.com/sm/index-003.html it actually works more or less so you can see how it should interact. index-002.html was my 1st iteration on restructuring and clean it up, but I ran into this weird problem. -Steve _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
