How to add line break in Whatsapp text message using javascript?

Sending messages is quick with the Enter key. But you can also added line break at WhatsApp text message via the API using window.open request, we show here.

Please create your message string with “%0a” where you want to add line break.

Related Answers

Uncaught TypeError: e.indexOf is not a function at S.fn.init.S.fn.load (jquery.min.js:2) at main.min.js:1

WordPress error:
Uncaught TypeError: e.indexOf is not a function at S.fn.init.S.fn.load (jquery.min.js:2) at main.min.js:1

This error might be caused jQuery event aliases like .load(), .unload() or .resize() that all are deprecated since jQuery 1.8. Lookup for these aliases in your code and replace them with the .on() method instead. For example, replace the following deprecated excerpt:

Related Answers

Related Answers