Try calling focus() on the actual element instead of the collection.
Change this:
$("input.focus").focus();

To this:
$("input.focus")[0].focus();

--
Hector


On Wed, Aug 26, 2009 at 7:37 AM, shenry <stuarthe...@gmail.com> wrote:

>
> *bump*
>
> Any ideas?

Reply via email to