[jQuery] animate() with em fontsize units

2007-12-20 Thread Andrew Ma
Hello, I have a chunk of code that animates fontsize changes with the units set to em. The animation is a bit wacky. Am I doing something wrong or have I found a bug? #test { font-size:1.2em; } http://www.google.com";>Test $('#test').mouseover(function() {

[jQuery] textarea cursor position

2007-11-25 Thread Andrew Ma
Hello, I'm looking for a snippet of code or a plugin that will give me the current position of the cursor within a textarea. Does anyone have one that they can share?