I\'m having a spot of bother with either Firefox, jQuery or both. OS is Windows 7, Firefox is version 4.0.1 and jQuery is between 1.5 - 1.6.
Basically I have a form
I have no idea why this is the case, but if you replace:
-
with:
and use $("input[name=test]") instead of $("button[name=test]") then it appears to work.
$("input[name=test]")
$("button[name=test]")
You can see this working in this fiddle.