RE: [jQuery] IE Help - Code Included

2009-11-11 Thread Dave Maharaj :: WidePixels.com
Sounds good. Will give it a try and mess around with it more. Thanks. Dave _ From: Michel Belleville [mailto:michel.bellevi...@gmail.com] Sent: November-11-09 7:34 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] IE Help - Code Included I'm not sure what it is but

Re: [jQuery] IE Help - Code Included

2009-11-11 Thread Michel Belleville
I'm not sure what it is but it's obviously in the ajax callback (the delete completed). My best guess would be that chaining fadeOut() and slideUp() this way may not be a very good idea, better to use just one or the other in my opinion, though I'm not sure it's what's causing the trouble. Anyway,

[jQuery] IE Help - Code Included

2009-11-11 Thread Dave Maharaj :: WidePixels.com
I have a my content wrapped in a div. It has a "delete' button. Click delete will add the pre_delete class to the div your about to delete and a confirm alert. Click yes and the section fades out / deleted in back-end. Click no the div returns to normal with the pre_delete class being removed. In