[jQuery] Re: Why mootools animations is more smooth than jquery?

2009-12-04 Thread tpneumat
How the plugin is written is a huge part. I have jealously noticed in the past that mootools animations typically seem to be smoother, especially on slower machines and cruddy browsers, but I stick with jQuery because I really like the syntax & community. However, I agree that no one has really p

[jQuery] Re: advanced selector question

2007-10-16 Thread tpneumat
e')); }).ifix.png(); > > Refining the initial selector it would help. > > On Oct 16, 7:29 pm, tpneumat <[EMAIL PROTECTED]> wrote: > > > Was thinking something like this...which of course dosn't work. > > > $("*[style.background-image*='.png'

[jQuery] Re: advanced selector question

2007-10-16 Thread tpneumat
Was thinking something like this...which of course dosn't work. $("*[style.background-image*='.png']").ifixpng(); On Oct 16, 12:46 pm, tpneumat <[EMAIL PROTECTED]> wrote: > Hi, I am trying to implement ifixpng for all elements that have a .png > as the ba

[jQuery] advanced selector question

2007-10-16 Thread tpneumat
Hi, I am trying to implement ifixpng for all elements that have a .png as the background image. Is there a way to grab these (and only these) with one nicely written selector? Thanks, Jeremy

[jQuery] Re: New version of jquery and IE6 bugs

2007-04-02 Thread tpneumat
he inline onclick handler. Again I > believe this is a priority to be fixed for the 1.1.3 release as it can > be very frustrating. > > -- > Brandon Aaron > > On 4/2/07, tpneumat <[EMAIL PROTECTED]> wrote: > > > > > Thanks. Actually, I worked on avoiding that functi

[jQuery] Re: New version of jquery and IE6 bugs

2007-04-02 Thread tpneumat
ether and just call the methods as they are in the click > handler. Hopefully this will be fixed in 1.1.3. > > -- > Brandon Aaron > > On 4/2/07, tpneumat <[EMAIL PROTECTED]> wrote: > > > Thanks Brandon. > > > Yes. Thanks, that does help. I knew it was rela

[jQuery] Re: New version of jquery and IE6 bugs

2007-04-02 Thread tpneumat
ket 1061:http://dev.jquery.com/ticket/1061 > > Hopefully some of this helps ... if not I'll try dig a little deeper. > > -- > Brandon Aaron > > On 4/2/07, tpneumat <[EMAIL PROTECTED]> wrote: > > > > > I am feeling all alone on this one. I guess I will hav

[jQuery] Re: New version of jquery and IE6 bugs

2007-04-02 Thread tpneumat
I am feeling all alone on this one. I guess I will have to take Andrew's suggestion and do browser detection to deliver a different version of jquery for IE6. Kind of disappointed with that, however. Jeremy On Mar 30, 2:48 pm, "Jeremy Dill" <[EMAIL PROTECTED]> wrote: > Yes. And 1.1.1. Packed