[jQuery] error when using a timeout

2009-11-12 Thread matthewordie
I'm using this plugin to animate some background images: http://plugins.jquery.com/project/backgroundPosition-Effect Now it works fine until I wrap the animate function in a timer. Then it gives me errors. I'm changing the image on hover. Here's my code: var hideDelay = 2000; var hideDelayTimer =

[jQuery] [validate] - issues in IE

2008-05-10 Thread matthewordie
Hey, pretty new to jquery. I used the form validation plugin on a page and it works great in firefox (as expected). However IE completely ignores it. And just submits my form right away. Any ideas?