I am trying to get the data attributes value of an HTML element it shows undefined object[] nothing goes work for me. Check my fiddle.
$(document).on("click", ".modal-open", function() {
var $_target = $($(this).data("targetlocation"));
var $_url = $($(this).data("targeturl"));
console.log($_target);
console.log($_url);
})