get the value of an href that's inside of the element clicked on.. ie a button or outer div.
var href = $(this).find('a').attr('href');