Skip to main content

All Questions

0 votes
1 answer
78 views

Change the position of html code of jQuery UI Dialog

I use jquery-ui-1.11.4 dialog to show a form, but the html of popup is placed after all other elements in <body> by default, so this code is not in the <form> element used by the parent ...
Dai Henry's user avatar
0 votes
1 answer
261 views

scrollRowIntoView not working in jquery-ui dialog box

I am using slick grid for displaying item list. The list is populated using $.ajax call in a jquery-ui dialog box. I have requirement to scroll to the position of previously selected item. Hence, I ...
Mrudang Vora's user avatar
3 votes
3 answers
8k views

keypress in jquery modal popup

I opened a jquery modal dialog which has 2 textboxes and a button <table cellpadding="0" cellspacing="0"> <tr> <td align="center"><input name="" type="text" ...
Sid M's user avatar
  • 4,364
1 vote
3 answers
2k views

Get values of Textbox in jquery Modal dialog

I'm opening a view in jquery modal dialog like this $("a.OpenView").on('click', function () { ></div>") .addClass("dialog closePopup") .attr("id", "popup1") ...
Sid M's user avatar
  • 4,364
2 votes
1 answer
231 views

Refresh MVC View from jQuery UI dialog Save

I have an MVC view that contains a table. One of the columns in the table is an ActionLink that calls a jQuery UI dialog. When a user saves the data collected in the dialog I would like to refresh the ...
codeg's user avatar
  • 333
0 votes
0 answers
127 views

MVC3 Script function placing - strange behaviour

Here is the scenario: I. A button is clicked. II. The binder jQuery(document).on("click",buttonSelector,callback), primarly: Creates a <div id="popup-wrapper"></div> element Loads the ...
Cristian E.'s user avatar
  • 3,593
0 votes
2 answers
393 views

Confirm dialog jquery MVC3 Helper methods

I am creating a confirm dialog box in one of my MVC views. Basically I wawnt to display the exact same information in the dialog before the information is submitted to the server. In my view I have ...
TK1's user avatar
  • 396
2 votes
2 answers
494 views

Jquery Dialog does not open on mvc3 application

I have a simple application on mvc3 with razor before i Open the dialog I tried to open an "alert" and it works correctly so function its working on the event but when i comment this alert and try to ...
Victor Zanabria's user avatar
0 votes
2 answers
517 views

How to update the view in a jquery dialog using AJAX?

This is what contains my razor view by default, note that I'm using a AJAX link and below also is the controller method. <td class="questionText">@Ajax.ActionLink("some text", "...
Darf Zon's user avatar
  • 6,378
0 votes
2 answers
237 views

Navigating inside a jQuery dialog

I have a dialog with a button inside. When the button is clicked, I want the action to be rendered inside the same dialog (replacing the current content). Is that possible? For now, I have this code, ...
Mathieu's user avatar
  • 4,520
1 vote
1 answer
2k views

MVC Jquery Dialog Box not appearing on POST

I am using MVC C# with Jquery Dialog. When I do a POST, I am redirected to a normal page vs the dialog box. Here is what my code looks like: inside View: <div id="dialog" title="" style="...
Nate Pet's user avatar
  • 46.4k
5 votes
1 answer
2k views

Browse Button doesn't work in JQuery dialog when modal is true

I'm using uploadify fileupload control in my MVC3 application. I'm trying to put the fileupload browse button in jQuery dialog box. When i used the jQuery dialog box to render the content of ...
Karthik Chintala's user avatar
1 vote
0 answers
766 views

jquery dialog with file upload using ajaxSubmit not posting after failing validation (IE caching issue?)

This only happens in IE. Chrome and Firefox work fine. I am using ASP.NET MVC 3 and jQuery. I have a jQuery dialog with a form that has a file upload, so I'm using ajaxSubmit to submit the form to ...
Josh Young's user avatar
5 votes
2 answers
6k views

How to change the 'X' button in a jquery dialog box to read 'Close'

I had a jquery dialog box in an MVC razor-view with a close button inside it. But on clicking the close button, the dialog just got hidden and not removed, so that when a click on any link on the page ...
Pratip GD's user avatar
0 votes
0 answers
153 views

UI Dialog JQuery - Same instance with different .data

I'm using into a MVC application multiple tabs (UI Tabs ). There are situations when tabs contains multiple instnces of the same partial view. In the partial view I'm using a div <div id="...
Cornel Urian's user avatar

15 30 50 per page