{"id":4255,"date":"2024-01-20T13:48:23","date_gmt":"2024-01-20T04:48:23","guid":{"rendered":"https:\/\/taitan916.info\/blog\/?p=4255"},"modified":"2024-01-18T13:58:14","modified_gmt":"2024-01-18T04:58:14","slug":"post-4255","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/4255","title":{"rendered":"\u30d5\u30a9\u30fc\u30e0\u306e\u5165\u529b\u5185\u5bb9\u3092jQuery\u3067\u53d6\u5f97\u3057\u3001\u672c\u6587\u3068\u3057\u3066\u8a2d\u5b9a\u3057\u305f\u4e0a\u3067\u30e1\u30fc\u30e9\u30fc\u3092\u8d77\u52d5\u3055\u305b\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>form\u3067\u4f55\u3089\u304b\u3092\u5165\u529b\u3057\u3066\u3082\u3089\u3044\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u30e1\u30fc\u30e9\u30fc\u304c\u958b\u304d\u3001\u5148\u307b\u3069\u5165\u529b\u3057\u305f\u5185\u5bb9\u3092\u672c\u6587\u306b\u5dee\u3057\u8fbc\u307f\u305f\u3044\u3068\u3044\u3046\u30b1\u30fc\u30b9\u304c\u3042\u3063\u305f\u3002\u30e1\u30fc\u30e9\u30fc\u306e\u8d77\u52d5\u306f<a href=\"https:\/\/developer.mozilla.org\/ja\/docs\/Learn\/HTML\/Introduction_to_HTML\/Creating_hyperlinks#%E3%83%A1%E3%83%BC%E3%83%AB%E3%81%AE%E3%83%AA%E3%83%B3%E3%82%AF\" target=\"_blank\" rel=\"noopener\">mailto<\/a>\u3067\u3044\u3051\u305d\u3046\u306a\u3082\u306e\u306e\u300c\u30dc\u30bf\u30f3\u30af\u30ea\u30c3\u30af\u6642\u306bmailto\u3092\u5b9f\u884c\u3067\u304d\u308b\u306e\u304b\uff1f\u300d\u300cmailto\u5b9f\u884c\u306e\u969b\u3001\u52d5\u7684\u306b\u672c\u6587\u3092\u5dee\u3057\u8fbc\u3081\u308b\u306e\u304b\uff1f\u300d\u7b49\u304c\u4e0d\u660e\u3002\u4ee5\u4e0b\u306b\u5b9f\u88c5\u65b9\u6cd5\u3092\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u30b5\u30f3\u30d7\u30eb<\/h2>\n<p><a href=\"https:\/\/taitan916.info\/sample\/mailto\/\" target=\"_blank\" rel=\"noopener\">https:\/\/taitan916.info\/sample\/mailto\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;html lang=\"ja\"&gt;\r\n&lt;head&gt;\r\n&lt;meta http-equiv=\"Content-Type\" content=\"text\/html; charset=UTF-8\"&gt;\r\n&lt;title&gt;mailto\u306e\u30c6\u30b9\u30c8&lt;\/title&gt;\r\n&lt;\/head&gt;\r\n&lt;body id=\"top\"&gt;\r\n    &lt;label for=\"body\"&gt;\u672c\u6587&lt;\/label&gt;\r\n    &lt;textarea id=\"body\"&gt;&lt;\/textarea&gt;\r\n    &lt;input id=\"mailto\" type=\"button\" value=\"\u30e1\u30fc\u30e9\u30fc\u8d77\u52d5\"&gt;\r\n    &lt;script type=\"text\/javascript\" src=\"https:\/\/code.jquery.com\/jquery-3.7.1.min.js\"&gt;&lt;\/script&gt;\r\n    &lt;script&gt;\r\n    $(function(){\r\n        $('#mailto').on('click', function(){\r\n            let body = $(`#body`).val();\r\n            if( !body ){\r\n                alert(`\u672c\u6587\u304c\u5165\u529b\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002`);\r\n                return false;\r\n            }\r\n\r\n            \/\/\u6539\u884c\u30b3\u30fc\u30c9\u3092\u7f6e\u63db\r\n            body = body.replace(\/\\n\/, '%0D%0A');\r\n\r\n            location.href = `mailto:test@test.com?subject=\u4ef6\u540d&amp;body=${body}`;\r\n        });\r\n    });\r\n    &lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<h3>\u89e3\u8aac<\/h3>\n<p>mailto\u306f\u901a\u5e38a\u30bf\u30b0\u306ehref\u306b\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u300clocation.href = `mailto:`\u300d\u3068\u3044\u3046\u5f62\u3067jQuery\u304b\u3089\u30e1\u30fc\u30e9\u3092\u8d77\u52d5\u3055\u305b\u3089\u308c\u308b\u3002<\/p>\n<p>mailto\u3067\u8a2d\u5b9a\u3059\u308b\u672c\u6587\u306e\u6539\u884c\u306f\u300c%0D%0A\u300d\u306b\u306a\u308b\u305f\u3081\u300cbody.replace(\/\\n\/, '%0D%0A')\u300d\u3067\u7f6e\u63db\u51e6\u7406\u3057\u3066\u3044\u308b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>form\u3067\u4f55\u3089\u304b\u3092\u5165\u529b\u3057\u3066\u3082\u3089\u3044\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u30e1\u30fc\u30e9\u30fc\u304c\u958b\u304d\u3001\u5148\u307b\u3069\u5165\u529b ... <\/p>\n","protected":false},"author":1,"featured_media":1071,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3,4,9],"tags":[],"class_list":["post-4255","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jquery","category-javascript","category-html"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/4255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/comments?post=4255"}],"version-history":[{"count":0,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/4255\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media\/1071"}],"wp:attachment":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media?parent=4255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=4255"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=4255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}