Skip to main content

All Questions

3 votes
2 answers
534 views

jQuery generic code

I am using jQuery modal dialogs in my app to handle normal CRUD operations. In some cases I have even two stacked modal dialogs open. I have then created two generic function in an external ...
Lorenzo's user avatar
  • 29.3k
0 votes
1 answer
625 views

How can I close one jQuery UI Dialog and focus on another?

After my call to $.ajax(), all UI Dialogs currently close and the page appears to do a full postback as per firebug--this is not what I want. I want the List ** UI Dialog** (read: partial view) ...
David Fox's user avatar
  • 10.7k
0 votes
1 answer
2k views

Submit a form in a jQuery Dialog box and close upon successful POST to MVC Action

I am using the method from this question to create a pop-up to show a form where the user must "sign" it and then click submit. I have the pop-up working and displaying data. Now I want to submit the ...
Mike Wills's user avatar
  • 21.1k
5 votes
1 answer
7k views

How to get the Focus on one of Buttons of JQuery Dialog on ASP.NET MVC page?

I have an ASP.NET MVC page(Registration). On loading the page, i am calling Jquery Dialog with Agree and Disagree buttons on that Dialog. 1). How to set the focus to Agree button by default? 2). How ...
Rita's user avatar
  • 1,237
0 votes
1 answer
424 views

Displaying a silverlight plugin in a jQuery UI dialog box not sizing correctly

I have a login page which detects if silverlight is installed and will degrade to html when it is not. I'm using jQueryUI.dialog to display both; the dialog box appears but is too small to see the ...
John Kattenhorn's user avatar
4 votes
1 answer
4k views

How do i implement a login view as a jQueryUI dialog box in ASP.Net MVC

I've seen a few example of similar things and i've also looked at the KiGG application which also uses a dialog box to display the login box. I'm pretty new to MVC but making some good progress and i'...
John Kattenhorn's user avatar
83 votes
11 answers
166k views

Passing data to a jQuery UI Dialog

I'm developing an ASP.Net MVC site and on it I list some bookings from a database query in a table with an ActionLink to cancel the booking on a specific row with a certain BookingId like this: My ...
Frederik's user avatar
  • 2,178

15 30 50 per page
1 2
3