That code below gives an error \"Expecting more source characters\" you may please any help me on this issue.
Thanks
Cengiz Yücel A web developer form Turkey
"Expecting more source characters" normally indicates a line that's not terminated and there is one.
var cssObj = { 'background-color': '#ffffd' }
needs a semicolon.