{"id":15369,"date":"2024-10-20T17:32:13","date_gmt":"2024-10-20T15:32:13","guid":{"rendered":"https:\/\/www.beseit.net\/?p=15369"},"modified":"2024-10-20T17:34:10","modified_gmt":"2024-10-20T15:34:10","slug":"copiar-entrada-de-text-al-porta-papers","status":"publish","type":"post","link":"http:\/\/www.beseit.net\/?p=15369","title":{"rendered":"Copiar entrada de text al porta-papers"},"content":{"rendered":"\n<p>script<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>function copiarAlPortaRetalls() {\n            var text = document.getElementById(\"entrada\").value;\n            console.log(\"Text a copiar:\", text); \n            navigator.clipboard.writeText(text).then(function() {\n                alert(\"Text copiat al porta-retalls!\"); });\n        }    <\/code><\/pre>\n\n\n\n<p>function copiarAlPortaRetalls() {<br>\/\/ Declara una funci\u00f3 anomenada copiarAlPortaRetalls.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>var text = document.getElementById(\"entrada\").value;\n\/\/ Obt\u00e9 el valor de l'element HTML amb l'ID \"entrada\" i l'emmagatzema a la variable 'text'.\n\nconsole.log(\"Text a copiar:\", text);\n\/\/ Mostra el text a copiar a la consola del navegador per a depuraci\u00f3.\n\nnavigator.clipboard.writeText(text).then(function() {\n    \/\/ Utilitza l'API del porta-retalls per copiar el text. Si la c\u00f2pia \u00e9s exitosa, executa la funci\u00f3 dins del 'then'.\n\n    alert(\"Text copiat al porta-retalls!\");\n    \/\/ Mostra una alerta a l'usuari indicant que el text s'ha copiat correctament al porta-retalls.\n});<\/code><\/pre>\n\n\n\n<p>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>script function copiarAlPortaRetalls() {\/\/ Declara una funci\u00f3 anomenada copiarAlPortaRetalls. }<\/p>\n","protected":false},"author":2,"featured_media":8179,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71],"tags":[],"class_list":["post-15369","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript-sql"],"_links":{"self":[{"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/15369","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15369"}],"version-history":[{"count":1,"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/15369\/revisions"}],"predecessor-version":[{"id":15370,"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/posts\/15369\/revisions\/15370"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=\/wp\/v2\/media\/8179"}],"wp:attachment":[{"href":"http:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=15369"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.beseit.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=15369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}