Retrieve innerhtml for href within a div
Retrieve innerhtml for href within a div
Im trying to return the inner html from all href's within a div. This is what I have so far, but am battling to get the return I want
$(document.body).on("click", "#htTab a", function getInner() {
});
Topic Participants
gareth_carver
jay.blanchard