how to append something to the beginnign of string jqavascript code example
Example: string concatenation js
var aString="";
aString.concat(value1, value2, ... value_n);
var aString="";
aString.concat(value1, value2, ... value_n);