0
Javascript concatination
how do you concatenate column Field from mysql into image src inside a template in JavaScript. like so column[ { field:participantsig, ............, template:" <img src='.../.../.../images/" .participantsig." ' width='150' " />", } ] resut is broken image, image name in mysql but actual image is in local folder
2 ответов
0
Use "foo" + foo + "foo"
0
thanx il try that out