[jQuery] Re: Hide/Show in IE 6

2008-11-05 Thread Kru
Firebug Lite i should say considering its IE On Nov 6, 12:35 pm, Kru <[EMAIL PROTECTED]> wrote: > I cant see why it shouldnt. Just give it a try?! Maybe even use > firebug - itll take all of about 10 seconds that way :) > > On Nov 6, 10:34 am, OutOfTouch <[EMAIL PROTECTE

[jQuery] Re: Hide/Show in IE 6

2008-11-05 Thread Kru
I cant see why it shouldnt. Just give it a try?! Maybe even use firebug - itll take all of about 10 seconds that way :) On Nov 6, 10:34 am, OutOfTouch <[EMAIL PROTECTED]> wrote: > Will this work in IE 6? > > $('#listings').show(); > > I can't remember for sure but I thought that didn't work in IE

[jQuery] Re: Installation

2008-11-02 Thread Kru
Hey there, The size is correct - 97.8kb is the jquery source which is generally used for development. When do you get the error 'window undefined' ? I suggest maybe also having a look at the tutorials to help get you started: http://docs.jquery.com/Tutorials Cheers On Nov 3, 10:47 am, minu <[

[jQuery] Re: Trigger ajax event on iframe load

2008-11-02 Thread Kru
Hey there, I hope I understand this right. Say you have a link with class mylink. Once clicked you want to load mypage.php into a frame with id testFrame. After everything has loaded you would like to trigger an alert with the message Hello. This would look something like the code below: $('a.m

[jQuery] Re: Using JQ to parse strings (IE?)

2008-10-30 Thread Kru
Hey, make sure you get the case right - IE doesnt play nicely with wrong cases (ie lowercase instead of uppercase) in IDs and classes. On Oct 31, 12:37 pm, the_woodsman <[EMAIL PROTECTED]> wrote: > Hi, > I hope someone has some tips/advice on this one! > > I've noticed my code has an issue in IE

[jQuery] Re: new to jQuery

2008-10-30 Thread Kru
Hey, Im gonna leave the answer to your question to someone more involved but if you get the chance also have a look at Jonathan Chaffers Learning Jquery. Its a very good book indeed. Oh and by the way Jquery is a javascript library therefore a client side language. For a proper application youll