Skip to main content

All Questions

0 votes
3 answers
1k views

Input from textboxes not displaying in a jQuery UI Dialog box

I am running into a problem where I want to display user input in a jQuery UI dialog box, but it isn't capturing any values. I know that the plugin works, but my code for displaying user input from ...
user3361043's user avatar
2 votes
1 answer
1k views

AngularJS form validation using JqueryUI Dialog

I'm trying to validate a form using Angular, the problem is that the form is inside a JqueryUI dialog and there is no submit button to validate angular against. How am I able to achieve this? For ...
hjgraca's user avatar
  • 1,713
0 votes
1 answer
275 views

ASP.NET Form with jQuery dialogs, validate the dialog but NOT the parent form

My ASP.NET form has a small number of modal pop-up helper dialogs on it. We are using jQuery dialogs for these. I need to perform some validations on the fields on the modal, before the data in the ...
cobaltduck's user avatar
  • 1,598