jquery serial format
- by Yan
I have a website that prompt the users to enter serial number for a product.
I have one text box
the user need to enter the serial in this format:
xx:xx:xx:xx:xx:xx
there is any compment that will enter the : after every to chars ?
or mybee i should split the text box to 6 text boxes ?
or there anything else that you can suggest?