[jQuery] Re: .load issue with IE7

2007-05-31 Thread Wizzud
Just so I'm straight on this In main page: on doc ready, 1. load 'invoices' code, with callback{ 2. load 'paybox' code 3. add click() to checkboxes on 'invoices' code } Then the code for 3 is what you have below, which is roughly on click { if checked, reload

[jQuery] Re: .load issue with IE7

2007-05-31 Thread JimD
Thanks so much for the tips Wizzud. You got me on the right track. On May 31, 12:44 am, Wizzud [EMAIL PROTECTED] wrote: Just so I'm straight on this In main page: on doc ready, 1. load 'invoices' code, with callback{ 2. load 'paybox' code 3. add click() to checkboxes

[jQuery] Re: .load issue with IE7

2007-05-30 Thread JimD
Weird I posted a reply about this earlier this morning and it never went through. Anyway, Wizzud thanks for the tip this worked. One other question related to this same piece. The .load works now in IE7 and FF, but for some reason I cant get IE to fire the click unclick actions on some checkboxes

[jQuery] Re: .load issue with IE7

2007-05-29 Thread Olive
Jim, there is a problem using load in IE when you have to load inside a HTML table. You should use $.get instead. HTH, Olive.

[jQuery] Re: .load issue with IE7

2007-05-29 Thread JimD
Hi Olive thanks for the suggestion. Usually I dont have a problem with .load in IE7, but I assume this is because Im doing a .load within another file that was requested via ajax. On May 29, 5:00 am, Olive [EMAIL PROTECTED] wrote: Jim, there is a problem using load in IE when you have to

[jQuery] Re: .load issue with IE7

2007-05-29 Thread JimD
Well no luck with .get either. Guess Ill have to output the div as the page is generated. So much for IE. On May 29, 9:09 am, JimD [EMAIL PROTECTED] wrote: Hi Olive thanks for the suggestion. Usually I dont have a problem with .load in IE7, but I assume this is because Im doing a .load