Possible duplicate:What is the cleanest way to write a multi-line string in JavaScript?
How to jump to a new line when writing jQuery code, and not on the actual code output, for example:
$('#foo').append('<div id="bla"> '+\n+' </div>');
Something like that.
$('#foo').append('<div id="bla"> \ </div>');
A slash (\) eludes a newline, allowing the line to span multiple lines
Source: https://habr.com/ru/post/889835/More articles:String in System.Windows.Input.Key - c #LDAP Resolution - authenticationYii 1.1.7 - can't find gii page - phpCounting Pi in Streams - cAndroid application development without an Android device - androidVector in a structurally better approach? C ++ - c ++What is it? [Field: SecurityCritical] - c #PHP array issue - arraysCore Graphics Vs Images for custom button - iosWPat datagrid - commits changes to the checkbox column as soon as the value changes - c #All Articles