i am trying to append some html content to a div.
here is my jquery script
jQuery( "#navigation" ).append('<li><a class="nop" href="#"><i class="social fa fa-2x fa-facebook"></i></a></li>
<li><a class="nop" href="#"><i class="social fa fa-2x fa-twitter"></i></a></li>
<li><a class="nop" href="#"><i class="social fa fa-2x fa-google-plus"></i></a></li>');
but this not working. showing some error. please help me. Thanks