[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
7;).hide().load(url, function(){ >     $('#transactions ul li a').bind('click tap', exp_iphone_get_trans); > > }).fadeIn(); > On Sat, Dec 26, 2009 at 19:29, mrtoner wrote: > > Okay, the answer is probably obvious to you that are old hands at > > jQuery, bu

[jQuery] Rebinding not working

2009-12-26 Thread mrtoner
Okay, the answer is probably obvious to you that are old hands at jQuery, but I'm not seeing it. I finally figured out that if I load new content via AJAX: $(document).ready(function(e){ ... exp_iphone_get_sales(); }); function exp_iphone_get_sales() { ..