[jQuery] Re: different lengths by IE and ff

2010-01-07 Thread CreativeMind
I resolved the problem by just removing $ from input type. means, appended string rather a jquery object and it works in ie and ff. thanx On Jan 8, 1:01 am, CreativeMind wrote: > Actually this line > $(sourcedropdown).append($(' > jQuery1262891096843="258"> > > > jQuery1262891096843="259"> > >

[jQuery] Re: different lengths by IE and ff

2010-01-07 Thread CreativeMind
Actually this line $(sourcedropdown).append($(' jQuery1262891096843="258"> > jQuery1262891096843="259"> > Select One value=0>Adobe Systems Inc. > --- in ff--- > >                 > >                   Select One > >                 Tech Data > Corporation type="hidden"> type="hidden"> type="h

[jQuery] Re: different lengths by IE and ff

2010-01-07 Thread CreativeMind
I am using v1.3.2.I can't show the test page because i'm using localhost. the generated html of that div is given below. ---In IE--- Select OneAdobe Systems Inc. --- in ff--- Select One Tech Data Corporation On Jan 8, 1

[jQuery] Re: different lengths by IE and ff

2010-01-07 Thread KeeganWatkins
at first glance, you may be expecting the :hidden selector to work differently than it actually does: http://docs.jquery.com/Selectors/hidden the original implementation, before 1.3.2, checked for either display:none or visibility:hidden, whereas the new implementation selects elements "...if it