data target and toggle jquery function open modal code example
Example 1: onclick open modal jquery
$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');
Example 2: onclick open modal jquery
$('#myModal').modal('show');