Expand|Select|Wrap|Line Numbers
- <script LANGUAGE="JavaScript">
- function confirmSubmit()
- {
- jConfirm('Is the Appointment Confirmed?', 'Confirmation Dialog', function(r) {
- if(r){return true;}
- else {return false;}
- });
- }
- </script>
jquery return false problem
|