我有一个 div,我想将一段代码附加到 onclick 中。问题是代码不起作用。我认为这与 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>