¤ýÇöÀçÀ§Ä¡ : Ȩ > Ä¿¹Â´ÏƼ> Áú¹®´äº¯  
 
   
  ºí¸®Ä¡ õ³âÇ÷ÀüÆí 10¿ù10ÀÏ Ã¹¹æ¼Û PV2ź
  ±Û¾´ÀÌ : Ǫ¸¥³¯     ³¯Â¥ : 22-12-15 04:07     Á¶È¸ : 1909    
https://etoland.co.kr/link.php?n=6984827 º¹»ç
$('body').on('click', '#mw_basic .document_address_copy', function(){ var document_address_input = $('#document_address_hidden'); // ¸ÕÀú ÇØ´ç inputÀÇ typeÀ» text·Î ¸¸µé¾î¾ß ÇÔ document_address_input.prop('type', 'text'); document_address_input.select(); var copy = document.execCommand('copy'); document_address_input.prop('type', 'hidden'); if(copy){ alert('Ŭ¸³º¸µå¿¡ º¹»çµÇ¾ú½À´Ï´Ù'); } });