[jQuery] Re: Rebinding not working

2009-12-27 Thread mrtoner
I think I understand. As I recall, though, execution of the JS was stopping because I didn't have '()' i there to start. Thanks for the tips; my experience has been with PHP and, although I'm not a pro at that yet, there are a number of differences between it and JS. On Dec 26, 11:35 pm, Michael

[jQuery] Re: Rebinding not working

2009-12-26 Thread mrtoner
Ah, that worked! Now, could you explain why the other did not? (And, BTW, I was only using .live('click', exp_iphone_get_trans()), since live() works with only one event.) On Dec 26, 5:57 pm, Leonardo K wrote: > Use the callback of load function > > $('#transactions').hide().load(url, function()