SyntaxFix
Write A Post
Hire A Developer
Questions
try
$(document).ready(function () { //$('#dialog').dialog(); $('#dialog_link').click(function () { $('#dialog').dialog('open'); return false; }); });
there is a open arg in the last part