jQuery Impromptu: How catch form data on submit using enter key event

Just quick post about jQuery Impromptu Extension which I made.

I'm using jQuery Impromptu as my popup/dialog/propmt tool and it's great.

But I run into huge problem with proper form submiting on enter key event.

Enter key event handling inside forms opened via the prompt are missing in jQuery Impromptu 3.1. So, after enter key hit, you could pass form data to submit function instead of page reload.

I had a situation where I had login and registration form on one prompt, and imagine what a problem was when you input your user name and pass, hit enter and...... and nothing happen.

My extension solve this problem. Read more about jQuery Impromptu Extension