I need to save the credit card number form UI to database and I am taking this number form text box.
But while taking the card number form textbox, it should be in the below format.
Say my credit card number is
4859 4752 4856 1586 , then I need to display this number in text box as.
4859 47** **** 1586 I need this in JQUERY.
Can you any one help me to do this.