About Me
content_copy
check
(function() {
var buttonId = '#copy_to_clipboardcandidate_email'
var successId = '#copy_to_clipboardcandidate_email_success'
var sourceId ='#candidate_email'
$(buttonId).click(function() {
// hack to allow copying from non-input elements on the page
var $temp = $("<input>");
$("body").append($temp);
$temp.val($(sourceId).text()).select();
document.execCommand("copy");
$temp.remove();
$(buttonId).addClass('copy-text-button_success');
setTimeout(()=> {
$(buttonId).removeClass('copy-text-button_success');
},1500);
Telegram: @etibarr
Hire Remote Developers For Your Project
iT-Outstaffing.com is a reliable Staffing Vendor that provides
Remote
Developers
for your project within 24h on request