[jQuery] Re: 32-bit PNG, Internet Explorer & jQuery's Animate Opacity

2008-06-19 Thread kuralj
"2. When I try to apply animate-opacity to (particularly, I'm about a 32-bit PNG with transparency) Internet Explorer (any ver.) makes its edges ugly." This is not related to jQuery - unfortunately, it is the way IE7 works (breaks) when applying Alpha filters to any 32 bit PNG. For example: W

[jQuery] Re: jQuery source code readability

2007-09-17 Thread kuralj
far as the second and third points go, we don't plan on making > changes in that respect, any time soon. > > In the future, you should makes posts like this to the jQuery dev > list:http://groups.google.com/group/jquery-dev > > --John > > On 9/16/07, kuralj <

[jQuery] jQuery source code readability

2007-09-16 Thread kuralj
Hi, I really like jQuery's API but find the libraries source code difficult to read. For example: - Short var names - Ommission of braces and heavy use of shorthand if(), for() blocks - Nested ternary operators, some of which transcend several lines Does anyone know if there are plans to improv