hello i have a this code but i have a problem with quotes in javascript:
var content = 'peter says: 'hello'';
and
var append = '<div class="'+content+'>';
how proteted quotoes ?? attribtties class only show: peter says:
thanks and sorry for my english.