I tried to do line break in alert JQuery? It should pop up like this
Good
Byee
alert("Good<br>Byee");
Is there any way to break line in JQuery?
I tried to do line break in alert JQuery? It should pop up like this
Good
Byee
alert("Good<br>Byee");
Is there any way to break line in JQuery?
This is not the jQuery
, this is a pure Javascript
alert('Good\nByee');