> 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
>
> > $(
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%'
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
>
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
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
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
>
> >
> >
> >
> >
> &
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
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
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
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?
10 matches
Mail list logo