maybe something like this:
$(newObject).show("slow", function() {
   $(this).css("display", "table-row")
});
//Kristinn

On 2/25/07, Mark <[EMAIL PROTECTED]> wrote:
>
> Hey,
>
> well the title really says it all..
> i`m trying to add/delete table rows with jquery and that`s working.. the bad
> thing is that jquery makes the rows that i do with the show() effect (this
> line: $(newObject).show("slow");) with display: block; and that distroys the
> way the table should look. if i could just set it to table-row just for the
> ones where that`s needed..
>
> and that`s the question. how do i make it so that when the show() effect is
> done on divs it`s using display: block; and when it`d don`t on table
> elements it should be using display: table-row; perhaps a syntax change for
> the effects? adding this option..?
>
> Any help would be gread.
> Thanx in favor.
>
> ________________________________
> Probeer Live.com: je eigen persoonlijke opstartpagina met alleen de dingen
> die jij belangrijk vindt op één plek. binnen één omgeving.
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to