I recently asked a question: Deleting a line when clicking a button
This is the problem: There is such a code
<input value="lalala;mememe" id="1">
And there is one more
<input value=";mememe" id="2">
How do I make sure that the line specified in input id = "2" is deleted from input id = "1"