Jiraの課題作成画面でラジオボタンの特定のオプションをチェックしているときに、画像のURLを取得し、ポップアップ画像が表示されるJquery関数を探しています。
(function($) {
$('#customfield_12802-1').change(function() {
alert('Image pop should come, instead of the alert box');
});
$('#customfield_12802-2').change(function() {
alert('Image pop should come, instead of the alert box');
});
})(AJS.$);