button's value attribute

If you use a button element as a submit button in a form, like:

$('mybutton').value in FF will get you an empty string whereas in IE you would get "My Button"

blog comments powered by Disqus