I want to set pieces on jquery dialog. here is my code but its not work 🙁
$("#main_menu").dialog(
{
dialogClass: 'transparent',
autoOpen: true,
show: "explode",
hide: "explode",
pieces: 16,
resizable: false,
width: 522,
hight: 522
});
$(".blue-pill").click(function()
{
close_all();
$("#main_menu").dialog("open");
return false;
});
can anyone tell me whats wrong in this code ?
any help appreciated ?
thanks
Use code like the following.