
https://etoland.co.kr/link.php?n=6911242
º¹»ç
$('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('Ŭ¸³º¸µå¿¡ º¹»çµÇ¾ú½À´Ï´Ù');
}
});
ÀÚ¼¼ÇÑ ³»¿ëÀº ¾Æ´ÏÁö¸¸
½´ÆÛÇÇÇÃÀÇ »õ·Î¿î ÄÁÅÙÃ÷ ¼Ò°³°¡ µÈ´Ù°í ÇÕ´Ï´Ù.
¾Æ ¹°·Ð ´ÙÀ½ÁÖ¿¡ °ø°³ µÈ´Ù°í Çϳ׿ä..
Èì ¹è°æ ´À³¦»ó ¹èƲ·Î¾âÀÌ ¾Æ´Ñ ´Ù¸¥ ´À³¦ÀÇ ´ëÀü ¸ðµå°¡ ³ª¿Ã°Å °°Àº ´À³¦ÀûÀÎ ´À³¦ÀÌ µì´Ï´Ù.
Á¤ºÎÀÇ 11ÀÏ Åã¾È¸Õ(ô¸äÌÚ¦)