我想在 jquery 对话框上设置片段。这是我的代码,但它不起作用:(
$("#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;
});
谁能告诉我这段代码有什么问题?任何帮助表示赞赏?谢谢