jquery-dialog Questions
2
Solved
I have swarm of jquery-ui dialogs across my app. Every single time I need a new one, I write the following lines:
$('.another-dialog').dialog({
title: 'Another dialog',
autoOpen: false,
draggab...
Mestee asked 12/8, 2011 at 14:53
1
Solved
I am trying to create a customer support dialog. I want the dialog to have two lines of text, and a title. The first line will be an error message, and the second will be a bold customer service nu...
Caltrop asked 19/4, 2011 at 19:17
4
Solved
I am using the jquery dialog widget to display a modal box. However when pressing F5, while the modal is open no refresh happens. Any idea?
Interesting Update:
Try this demo: http://jqueryui.com/...
Censure asked 5/1, 2010 at 16:45
1
Solved
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). ...
Force asked 21/5, 2010 at 19:7
3
Solved
I want to be able to create modal dialogs, with, for example
close: function() {
$(this).remove();
}
default option, without need to specify those on dialog creation, but somehow override those...
Albany asked 18/2, 2010 at 8:1
© 2022 - 2024 — McMap. All rights reserved.