私は次のコードを持っています:
var buttonOne = $("#buttonOne");
var buttonTwo = $("#buttonTwo");
// opens an already initialized modal window
(buttonOne, buttonTwo).click(function()
{
modalBoxContainer.dialog("open");
});
これは機能していません。要素を使用すると機能しますが、変数は使用できません。
何か案は?