私はこのようなJavaScriptコードを持っています:
function share22() {
if(!isOneChecked('choice')) {
alert('Please select the file..');
return false;
}
document.getElementById('share_popup').style.display="block";
}
タイトルを編集できるように、このダイアログを単純なjqueryに変換したいと思います。