Forum Discussion

cike's avatar
cike
Champion
11 years ago

"Unterminated String literal" error when append component

Hey guys,   I'm trying to append a component (e.g. pagination) to my page using jQuery's append()-function:   $("mySelector").append('<@component id="common.widget.pager"/>');   But this piece ...