Note that there are some explanatory texts on larger screens.

plurals
  1. POForm validation onsubmit - trying to run a script upon successful validation fails in FF/IE, works in Chrome
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COCould you expand on what you mean by "doesn't execute the jQuery stuff"? In other words: 1) what is your expected result and 2) what are you actually seeing?
      singulars
    2. COI mean my expected result is the way it's functioning in Google Chrome: If no text is input the form won't be submitted and nothing else needs to happen. Otherwise the form will be submitted and the jquery code will be executed in the same go. What I'm seeing in FF & IE is that the jquery code doesn't work at all - only the basic validation function is in effect - it either returns false or true but leaves the #div hiding/showing out of the function for some reason.
      singulars
    3. COI see. Well, I don't see anything immediately wrong here. I believe it usually pays to be explicit in your property/method calls, so I would change `setTimeout` to `window.setTimeout`. I'm also not sure where the `textarea` variable is coming from, but I take it you have assigned that properly (since it works as you expect in Chrome). I think a good next step is for you to make a [jsfiddle](http://jsfiddle.net/) demonstrating the problem so I and others can debug it.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload