[jQuery] Re: why is animation on is messing up layout in firefox?

2009-05-01 Thread Liming
> On May 1, 11:57 am, Liming wrote: > > > > > hello all, > > > I'm here trying to simply expand a table cell's width to 88% while > > decrease it's siblings's width to 2% each. > > > Below is the code > > > $(&#

[jQuery] why is animation on is messing up layout in firefox?

2009-05-01 Thread Liming
hello all, I'm here trying to simply expand a table cell's width to 88% while decrease it's siblings's width to 2% each. Below is the code $('#mytable td').click(function (event) { $(this).animate({ 'width': '88%'

[jQuery] Re: How to reduce this code by chain them up?

2009-04-30 Thread Liming
me understand the chainability as well. I greatly appreciate your help!! Thanks again. On Apr 30, 1:01 pm, Ricardo wrote: > On Apr 30, 10:27 am, Liming wrote: > > > > > Hello, > > > I have a div ( id="rightheader")  and inside there is a table. The >

[jQuery] How to reduce this code by chain them up?

2009-04-30 Thread Liming
Hello, I have a div ( id="rightheader") and inside there is a table. The following code replace all content of the table with empty space and then remove the table header. var $templateTable = $("div#rightheader").clone(); $("tbody > tr > td > div ", $templateTable).html(" "); $("thead",$templa

[jQuery] Re: why is :first-child selecting sub elements?

2009-04-30 Thread Liming
Hey Karl. THANKS! Sorry, i'm a real beginner on this. This is a good lesson for me! Greatly appreciate. Liming On Apr 29, 6:04 pm, Karl Swedberg wrote: > Hi Liming, > > Just a child combinator rather than a descendant combinator: > > $("div[id ^= 'child

[jQuery] Re: why is :first-child selecting sub elements?

2009-04-29 Thread Liming
o where that you are using ":first- > child" like your subject line says > > On Apr 29, 11:43 am, Liming wrote: > > > Hello all, I have a lay out like so > > > > >                 > >                         > >                         > &

[jQuery] why is :first-child selecting sub elements?

2009-04-29 Thread Liming
Hello all, I have a lay out like so I want to select the first child of "childtest_toprow" which is "subtest_1" when i do $("div[id ^= 'childtest_' ] :nth-ch

[jQuery] Re: JQuery ThickBox not working in IE

2008-01-25 Thread Liming
never mind. I had a type in my modified .js. thanks. On Jan 25, 1:52 pm, Liming <[EMAIL PROTECTED]> wrote: > Hey guys, > > I'm not sure what I did wrong. I'm using the thickbox IFrame method, > but it's not doing anything in IE but works in firefox. > > h

[jQuery] Re: JQuery ThickBox not working in IE

2008-01-25 Thread Liming
never mind. I had a typo in my modified .js. Thanks. On Jan 25, 1:52 pm, Liming <[EMAIL PROTECTED]> wrote: > Hey guys, > > I'm not sure what I did wrong. I'm using the thickbox IFrame method, > but it's not doing anything in IE but works in firefox. > > h

[jQuery] JQuery ThickBox not working in IE

2008-01-25 Thread Liming
Hey guys, I'm not sure what I did wrong. I'm using the thickbox IFrame method, but it's not doing anything in IE but works in firefox. here is my link My Profile anything i'm missing?