$(function(){ //複製推薦好友活動Url $('.Copy_Url').on('click',function(){ if(typeof fbq == 'function') { fbq('track','Lead'); } var REvent_Url = $("#REvent_Url"); REvent_Url.select(); document.execCommand("Copy"); alert(_jsLang.已複製分享連結); }); $('#REvent_Url').on('click',function(){ if(typeof fbq == 'function') { fbq('track','Lead'); } }); });