hi i am using Jquery popup in my project, and i have flag if it enabled i want set the height of jquerypop to 300 else 400. currently i m using as below.
$("#dialog").dialog({
autoOpen: false,
height: 400,
width: 340,
modal: true,
resizable: false
});
how to achive this.
Thanks in advance
Go to the complete details ...