Michael Geary wrote:
>> Ok did you try:
>>
>> http://imaptools.com/sm/index-003.html
>>
>> it should work in FF2, this is what I'm using.
> 
> Should I see something happen when I click the GO text? Nothing happens. I
> didn't try setting a breakpoint in the click handler, just tried clicking on
> the GO text to see if something would happen on the screen.
> 
> I tried it in IE as well, but there are some JavaScript errors: console and
> a trailing comma.

Mike,

Since I have posted two urls, one that works for me and one that is 
broken, I am not sure which one you are saying does not work. Or maybe 
neither of them work for you.

1. If you click GO on http://imaptools.com/sm/index-003.html it should 
put up a blockUI screen, make an AJAX request to the server, load an 
image in the red box on the right and populate the Files select box and 
add some text to the table on the left. All the pseudo bottons have 
click events and work.

Does this work for you?
OK, now the problem URL is below, it is basically the same code, except 
an anonymous function has been moved to a named function.

2. If you click GO on http://imaptools.com/sm/index-002.html it should 
do the same thing but it does not, because the click handlers are 
damaged. Why are the click handlers getting damage when I use the named 
function save_check() instead of an anonymous function? So to recap, 
click GO does nothing on this URL. Why this is happening is the question 
I'm having trouble understanding.

I have only tried this with FF 1.5.0.9 and FF 2.0 and the results above 
are consist on both of these browsers on WinNT and WinXP.

-Steve

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

Reply via email to