Skip to content

Instantly share code, notes, and snippets.

View plaidpowered's full-sized avatar
:shipit:
Always Be Committing

Paul plaidpowered

:shipit:
Always Be Committing
  • Coastal GA
View GitHub Profile
@plaidpowered
plaidpowered / Get person content - Ajax
Last active December 18, 2019 22:01 — forked from nikolab/Get person content - Ajax
Get person content - Ajax
//team showcase
var $xhrObject;
$(document).unbind("click").on("click", ".tshowcase-box", function (event) {
$this = $(this);
$this.siblings().removeClass('active');
$('.person-content-wrap').hide();
$this.toggleClass('active');
var url = $(this).find('a').attr('href'); //get url