04/05/2018 at 10:44 am
#457979
Participant
Steven, thank you for answering all of my questions. I appreciate it. IS there a hook for the function in connections_form.php? I can probably figure it out. I tried to do using jQuery to edit the code on load with
$('li:contains("Robert Granlund")').removeClass('active-result');
$('li:contains("Robert Granlund")').addClass('result-selected');
But to no avail.