[jQuery] Re: New Plugin with IE problem

2009-05-15 Thread Matt Kruse
On May 14, 5:17 am, sebastien creme wrote: > Dynamic colspan setted via style property seems not work on IE. For some reason, jQuery currently maps rowspan->rowSpan, but not colspan->colSpan. http://dev.jquery.com/ticket/4397 Matt Kruse

[jQuery] Re: New Plugin with IE problem

2009-05-14 Thread floepi
Fantastic, it works. Thanks a lot Sebastien!! I'll bundle it all up and try to release it to jquery plugins. Where do you normally submit your plugins to spread the word. Cheers Phil On May 14, 11:17 am, sebastien creme wrote: > Dynamic colspan setted via style property seems not work on IE

[jQuery] Re: New Plugin with IE problem

2009-05-14 Thread sebastien creme
Dynamic colspan setted via style property seems not work on IE. You can try this : td.colSpan which is used in msdn samples (oCell.colSpan = "4") : http://msdn.microsoft.com/en-us/library/ms532998%28VS.85%29.aspx sebastien On May 13, 3:21 pm, floepi wrote: > Anyone?? > > Still can't get it to

[jQuery] Re: New Plugin with IE problem

2009-05-13 Thread floepi
Anyone?? Still can't get it to work and don't know why IE is complaining. Any help appreciated. Cheers On May 7, 2:54 pm, floepi wrote: > Hi all, > > I mainly work in Firefox land and don't have to bother with IE much > (Lucky me). I wanted to share one of my plugins with the public and > the