我有一個div,我想將一段代碼添加到onclick中。問題是代碼不起作用。我認爲這事做的onclick和我使用「/」使用jquery將鏈接附加到div
這裏是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>
和你遇到的問題是......? – j08691
而且你不應該使用內聯「onclick」...... –
鏈接不會出現在點擊中。上面的代碼是否正確?我想用/附近的「? –