One Question and Answer forum: it.expertmonster.com not best, but well... you asked for some.
you are welcome
The winner message is always shown on top, but it is immediately overwritten in end of rollDice() function. You can create a gameInProgress...
I seems that you are using some library for the dropdown menu, which is hidding the select element intentionally. There is a problem in some...
What are you using as "From" email when sending emails from your application?
Don't you have some other class affecting the input button? Until I can't reproduce the problem, I can't help. I would suggest you to start...
I'm glad to help. --------------------- it.expertmonster.com
I can't reproduce the bug. The winner is always declared even under circumstances you describe.
what is the second class? I tried the code you posted and the button looks ok to me...
If you want to catch only dots, use this: var regex = new RegExp("^\\.+$");
You will need to add leading zeros manually function padZeros(num, totalLen) { var numStr = num.toString(); var numZeros = totalLen -...
Separate names with a comma.