var url = "http://cnplus.id/demo/mall"; $(function(){ $('.wishlist-btn').on('click', function(event){ event.preventDefault(); var id = $(this).attr('data-id'); var obj = this; $('#modalLogin').modal('show'); }); });