HTMLGuyLLC / jAlert

jQuery alert/modal/lightbox plugin
https://htmlguyllc.github.io/jAlert/
MIT License
76 stars 35 forks source link

Multi-Line Content #67

Closed vaibhav003 closed 4 years ago

vaibhav003 commented 4 years ago

Hi, I'm using jAlert v3 and i want to add alert message in a multi-line way. For ex. Your name is xyz. You have done n number of login. I want to show like this : 1st line =Your name is xyz. 2nd line= You have done n number of login. Is it possible ?

HTMLGuyLLC commented 4 years ago

Yes, just use

On Wed, Jun 17, 2020 at 5:53 AM vaibhav003 notifications@github.com wrote:

Hi, I'm using jAlert v3 and i want to add alert message in a multi-line way. For ex. Your name is xyz. You have done n number of login. I want to show like this : 1st line =Your name is xyz. 2nd line= You have done n number of login. Is it possible ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HTMLGuyLLC/jAlert/issues/67, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASNWVY5JC5HBO5WBQVLOLDRXCHDNANCNFSM4OAN2SAA .

-- Thank you,

Shane Stebner "HTMLGuy" https://htmlguy.com

vaibhav003 commented 4 years ago

it worked. Thank you so much. @HTMLGuyLLC