I want to change the value of my submit input. but It is not just a plain text. for example the value should be like this
Submit query
Send code
but the problem is when I put a br tag between texts, my html code will print exactly. It is possible to change value with query but with printing every texts even html code with that ...
$('input[type=submit]').val('submit<br />send code');