Have a textarea:
<textarea cols="20" id="destinationAddress" name="DestinationAddresses" rows="2"></textarea>
It is allowed to enter values in the following formats: 79168859376
, 79168859376, 79163324345
, 79168859376, 79163324345, 79163324345
How to use jQuery to validate to allow input in this format, also to check the number, the initial number is 7, the remaining ten are from 0 to 9?