私はワードプレスを使用しており、エディターにいくつかのボタンを追加します。クリックをトリガーしたいのですが、クリックをトリガーしますが、ライトボックスは開きません
たとえば、ボタンコードは次のようになります
<td style="position: relative">
<a title="Add New Alert" aria-labelledby="content_admin_alert_voice" onClick="return false;" onMouseDown="return false;" class="mceButton mceButtonEnabled mce_admin_alert" href="javascript:;" id="content_admin_alert" role="button" tabindex="-1">
<img alt="Add New Alert" src="http://www.xyz.com/themes/abc/wp-content/themes/abc/admin/js/../img/icon-alert.png" class="mceIcon"><span id="content_admin_alert_voice" style="display: none;" class="mceVoiceLabel mceIconOnly">
Add New Alert
</span>
</a>
</td>
#content_admin_alert をクリックしていますが、実際にそのボタンをクリックしたようにアクションが発生しません