コードのスニペットを onclick に追加したい div があります。問題は、コードが機能しないことです。onclickと「/」を使用したコメントアウトの試みに関係があると思います
jQuery は次のとおりです。
$("#content_type_nav").html("<a id='add_content_container' onClick=/"window.location.href='create.php';/"><img id='add_content_icon' src='Site_Images/add_column.PNG'/></a>");
ここにhtmlがあります:
<div data-role="footer" id="content_type_nav" data-position="fixed">
//I want the link to be inserted here
<h1>Show me my...</h1>
</div>