0
我有以下代碼,它返回第2行的語法錯誤sales.js:2SyntaxError: Expected token ')'
這是什麼問題?與軌道jQuery語法錯誤
$('<div id="new_contact_dialog"></div>')
.html('<%= escape_javascript render(:partial => 'choose_storage.html.erb') %>')
.dialog({
autoOpen: true,
modal: true,
title: 'Add a Contact%>',
buttons: { 'Create Contact' : function(){ $(this).find("form").submit(); }, 'Cancel' : function(){ $(this).dialog("close"); } },
show: "fade",
hide: "fade",
width: 420
});