TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
neel k
NA
143
136.4k
Jquery dialog shrinks when i open second time
Nov 20 2014 2:07 PM
Hi,
I have a JQuery UI dialog popup that displays data. Popup opens first time perfectly, but second time its not display correctly, dialog shrinks when i open second time. below is my code.
$('#dialogHistory').dialog({
autoOpen: false,
width: 800,
height: 600,
resizable: false,
title: 'History',
resizable: false,
modal: true,
open: function (event, ui) {
$(this).load("@Url.Action("_History", new { id = Model.customer_id })");
},
});
$("#lnkHistory").click(function () {
$("#dialogHistory").dialog().dialog('open');
});
Thank you,
Reply
Answers (
1
)
btnID.fireEvent('onclick'); - Not working in IE 9
I cant select options from autocomplete textbox