My Blog

contains PHP and other web related content. (Sometimes there are some off topic things - don't freak out!)

Form Submit: Internet Explorer behaving badly

I just want to make a micro blog here. Just a tiny lil blog.

Internet Explorer Does Not Submit Form on Enter

Correct! Instead, I load my page with this jquery

1
2
3
4
5
6
    $('input').keydown(function(e){
        if (e.keyCode == 13) {
            $(this).parents('form').submit();
            return false;
        }
    });

Button Element Not Submitting in Internet Explorer

Correct! Mainly because I was lazy.

But in FireFox

Leave a Reply

  • twitter loader

Follow me on twitter: @aaronsaray

The views on this website are my own and do not reflect the opinions of my employer or clients.
Creative Commons License Home | Open Source | Book | Music | Art | Bio | Resume | Contact
My Baby