Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am devloping one small application where i have one jquery tab...on click of first tab there is one button.on click of that button i am opening one jquery dialog box same on click of second tab i am opening second dialog box.but it gives error Object [object Object] has no method 'dialog'...
but after page refresh dialog box perfectly open...
can any one tel me..
Posted
Comments
thatraja 7-Nov-11 5:39am    
Where is the code?
vishal_h 7-Nov-11 6:15am    
//Create Dialog Box for Add Shape Comment
$("#DialogAddShapeComment").dialog({
title: "New Shape Comment",
autoOpen: false,
modal: true,
height: 300,
width: 270,
resizable: false,
close: function () {
$(".comment").css('backgroundColor', '#2B3238');
}
});
vishal_h 7-Nov-11 6:22am    
thanks..i have posted my code..
on same tab item it open properly for multiple times..but when i switch to next tab and return it gives me error..
thatraja 7-Nov-11 11:02am    
Hey, check my answer.
thatraja 20-Nov-11 0:20am    
Did you solve the error? And did you check my answer?

1 solution

Got it, hi look at these threads(Same issue like yours & has been solved)

Jquery Dialog Problem[^]
Object #<object> has no method 'dialog'[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900