Tagged Questions
0
votes
7answers
740 views
JQuery - Hardcoding HTML in Javascript - Is there a better way to dynamically create dom elements?
I have a lot of messages, and raw HTML that I hard code in my javascript code, such as:
var subjectId = $(subject).attr('subjectId');
var subjectName = $(subject).attr('subjectName');
var html = ...