[jQuery] Re: $(element).animate() shifts elements out of order while animating

2009-03-10 Thread Anonymous
Done :) >From line 3889 to 3895 in http://static.telia.dk/lib/jQuery/jquery-1.3.1-mod.js Tested in small project in Opera9, Firefox 3, IE7, Chrome1, Safari3 on a windows Vista box. - dotnetCarpenter On Wed, Mar 11, 2009 at 1:27 AM, Anonymous wrote: > inline-block is well support

[jQuery] Re: $(element).animate() shifts elements out of order while animating

2009-03-10 Thread Anonymous
inline-block is well supported but widely misunderstood. Even IE6 supports it and it is much cleaner than using float that breaks the document flow. jQuery should support this but so far I haven't been able to find anything. I might make a patch to 1.3.1 (unfortunately there is a regression in 1.3

[jQuery] Re: Querying XML with jQuery in IE6

2008-12-29 Thread Anonymous
got it! $("Test", data).each(function(i){ console.log($(this).attr("name")); console.log($("json", this).text()); }); On Mon, Dec 29, 2008 at 11:16 AM, Anonymous wrote: > ok, I find that I can get the json element very easy but still haven't &

[jQuery] Re: Querying XML with jQuery in IE6

2008-12-29 Thread Anonymous
bute selectors or is my xpath wrong? thanks in advance, jon. On Tue, Dec 23, 2008 at 4:40 PM, Anonymous wrote: > Hi all. > > I'm trying to get some values from an XML document in jQuery but lack of a > (good) debugger in IE6 means that

[jQuery] Querying XML with jQuery in IE6

2008-12-23 Thread Anonymous
Hi all. I'm trying to get some values from an XML document in jQuery but lack of a (good) debugger in IE6 means that I can't figure this out. The XML is simple: XML:

[jQuery] is anyone use linkselect on IE brower?

2008-11-26 Thread anonymous
if the select has many option(only more than 200),the page will very delay on page loading,the cpu use will be full.any help?