Even though I'm going WAY off topic here, I'd like to stand up and
give a great round of applause to the jQuery community.
I started working with jQuery a few months back, and one of the things
I really like about it is the dev community's
willingness and readiness to not only answer questions abo
You're seeing a known problem with IE7 (and unfortunately not fixed in
the new IE8). The problem has to do with ClearType rendering of
fonts. If you use a fade effect on a font rendered with ClearType,
you get the ugly jagginess you are witnessing. I've whined about this
to MS for a LONG time,
I can't get this to work for anything. I'm trying to set up an event
to fire a trigger when an image is done loading.
Neither of the following snippets end up ever calling the
OnImageLoaded function.
$("...").load(OnImageLoaded)
$("...").bind("load", OnImageLoaded)
I've cleared the cache to en
I can repro this on IE8b2 -- I need to remember to hit the IE7 mode
button when things simply don't work as expected!
I'm fresh and green to jQuery and enjoying it immensely. One thing
I'm used to doing in AJAX is to animate a background-color across a
range specified like #fff -> #000
When I try doing this using $('#Panel').animate({ backgroundColor:
#000}, 1000) I get an error because it doesn't seem to know
5 matches
Mail list logo