[jQuery] Re: IE Help

2009-02-17 Thread Neil Bailey
10:51 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: IE Help Sounds good, Neil. And don't let my "reinterpretation" of your original post put you off - come on back any time! :-) -Mike _ From: Neil Bailey Thanks Michael - I will do just that.

[jQuery] Re: IE Help

2009-02-16 Thread Michael Geary
Sounds good, Neil. And don't let my "reinterpretation" of your original post put you off - come on back any time! :-) -Mike _ From: Neil Bailey Thanks Michael - I will do just that. From: Michael Geary ...Not being familiar with the inner workings of Ext, I'm not sure what

[jQuery] Re: IE Help

2009-02-16 Thread Neil Bailey
Hahaha I understand completely. And cannot tell you how much I appreciate the assistance. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Monday, February 16, 2009 8:59 PM To: jQuery (English) Subject: [jQuery] Re: IE

[jQuery] Re: IE Help

2009-02-16 Thread MorningZ
> I appreciate the tactful way you said, "Hey, > dumbass, what the hell is wrong w/ you" J it's not that at all... but time and time and time again people on this mailing group don't make it very easy for others to help them out

[jQuery] Re: IE Help.

2007-11-25 Thread Austin Pickett
Heh.. didn't mean to double post, just when I posted first it didn't update for a while so i thought I did something wrong :\ On Nov 25, 2:12 am, Austin Pickett <[EMAIL PROTECTED]> wrote: > Thanks for the link, I checked it out however what they gave had no > effect on me :\ > Alright, I'll post

[jQuery] Re: IE Help.

2007-11-25 Thread Austin Pickett
Thanks for the link, I checked it out however what they gave had no effect on me :\ Alright, I'll post the code of which I'm actually working with. $(document).ready(function() { $('.show_comments').click(function(){ $('#showdiv').slideToggle('fast'); }); }); That's all it is

[jQuery] Re: IE Help.

2007-11-25 Thread Austin Pickett
Hrm, Thanks for the link, I gave it a try didn't help me much, but essentially this is the only problems I encounter: $(document).ready(function() { $('.show_comments').click(function(){ $('#showdiv').slideToggle('fast'); }); }); Is the code, and it works fine in FF however i

[jQuery] Re: IE Help.

2007-11-25 Thread Benjamin Sterling
Austin, Do you have a test case for us to look at? Also, you can test for most issue in Opera since they are using the same javascript engine as ie7, I am finding this to be a huge help. On 11/24/07, bingo <[EMAIL PROTECTED]> wrote: > > > hi Austin, > > I am not sure what's the problem..but make

[jQuery] Re: IE Help.

2007-11-24 Thread bingo
hi Austin, I am not sure what's the problem..but make sure you are not making any of these mistakes (listed in the blog) http://ragrawal.wordpress.com/2007/10/25/top-5-reasons-why-ie7-is-complaining-about-your-javascript/ Regards On Nov 24, 3:52 pm, Austin Pickett <[EMAIL PROTECTED]> wrote: > A