You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var almaId = $(".EXLResultSnippet", this).attr("id").replace("text you want to replace", "new text"); // this grabs the Alma ID and cleans it - edit as needed
var shelfmark = $(".EXLResultFourthLine", this).text().replace("text you want to replace", "new text"); // this grabs the shelfmark IF DISPLAYED - edit as needed