[jQuery] Re: Ugly fade in IE?

2008-06-09 Thread PeterAce
have you tried using the blockUI plugin, which doesn't have this problem? On Jun 9, 7:44 am, Mark <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm trying to make a log in form fade in using jQuery.  It looks great > in Firefox, but produces weird results in IE.  You can view it live > athttp://city

[jQuery] Re: how to implement minimize button

2008-06-09 Thread PeterAce
hi, I would suggest separating header and content of the widget in different DIV's. Then use something like $("#btnMinimize).click(function() {$ (this).next().slideUp();}); in the ready handler. You might also look at some Accordian menu's arround such as http://www.i-marco.nl/weblog/archive/2008

[jQuery] Re: Selector help needed

2008-05-28 Thread PeterAce
did you try $(".child1 input[value=Gary]")? On May 28, 11:51 am, andyGr <[EMAIL PROTECTED]> wrote: > Hi All, > > This is my DOM structure: > >         >                         First Name: >                         value="John" /> >         >         >                         Middle Name: >