I\'m new to Javascript and would like to modify a text string by clicking on individual characters. The string is: 0000 0000 0000 0000 representing a binary num
You'd need to add a container round each character, preferably an inline div or a span. This question has an excellent example on adding wrapper to each character:
JavaScript regular expression: inserting span tag for each character