私はこのリンクを持っています:
<a id="launch_crop" class="modal" href="index.php?option=com_registration&view=crop&tmpl=component" rel="{handler: 'iframe', size: {x: 680, y: 370}}">Show modal2</a>
ライトボックスを開きます。操作の最後にプログラムでクリックしたいと思います。
jQuery("#launch_crop").trigger("click"); を実行すると または jQuery("#launch_crop").click();
機能せず、コンソールにエラーが表示されません。リンクを強制的にクリックさせるにはどうすればよいですか?