hi folks,
i am new at JS and jQuery. so i had this dialogand when i click on link. it doesn't openCode JavaScript:<script> $(function() { $("#dialog" ).dialog({autoOpen:false}) $('#tos').click(function() { $('#dialog').dialog('open'); }); }); </script>
where am i going wrong?Code HTML4Strict:<a href="#" onclick="tos">Terms of Services |</a>



Reply With Quote


Bookmarks