Search Results

1
vote
3answers
483 views

Firefox handles xxx.submit(), Safari doesn’t … what can be done?

I'm trying to make a pull down menu post a form when the user selects (releases the mouse) on one of the options from the menu. This code works fine in FF but Safari, for some reason, doesn't subm …
3
votes

How to ensure user submit only english text

Google has a javascript API that has an implementation of language detection. I've only play tested with it, never used it in production. …