{"id":6870,"date":"2025-01-04T10:37:44","date_gmt":"2025-01-04T01:37:44","guid":{"rendered":"https:\/\/taitan916.info\/blog\/?p=6870"},"modified":"2024-12-27T17:53:03","modified_gmt":"2024-12-27T08:53:03","slug":"post-6870","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/6870","title":{"rendered":"jQuery\u306e\u30c8\u30fc\u30b9\u30c8(\u901a\u77e5)\u7528\u30e9\u30a4\u30d6\u30e9\u30ea\u300ciziToast.js\u300d\u306e\u5229\u7528\u65b9\u6cd5"},"content":{"rendered":"<p>\u30b7\u30b9\u30c6\u30e0\u69cb\u7bc9\u306e\u969b\u3001\u30a8\u30e9\u30fc\u8868\u793a\u3092JavaScript\u306e\u30a2\u30e9\u30fc\u30c8\u3067\u306f\u306a\u304f\u30c8\u30fc\u30b9\u30c8(\u901a\u77e5)\u7528\u30e9\u30a4\u30d6\u30e9\u30ea\u300ciziToast.js\u300d\u3067\u5b9f\u88c5\u3057\u3066\u307b\u3057\u3044\u3068\u306e\u6307\u793a\u304c\u3042\u3063\u305f\u3002\u4f7f\u3063\u305f\u3053\u3068\u306e\u7121\u3044\u30e9\u30a4\u30d6\u30e9\u30ea\u3060\u3063\u305f\u305f\u3081\u30b5\u30f3\u30d7\u30eb\u53ca\u3073\u5229\u7528\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\/iziToast.js\/\" target=\"_blank\" rel=\"noopener\">https:\/\/taitan916.info\/sample\/iziToast.js\/<\/a><\/p>\n<p>\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u53f3\u4e0a\u306b\u30c8\u30fc\u30b9\u30c8\u304c\u8868\u793a\u3055\u308c\u308b\u7b48\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>iziToast.js<\/h2>\n<h3>\u516c\u5f0f\u30b5\u30a4\u30c8<\/h3>\n<p><a href=\"https:\/\/marcelodolza.github.io\/iziToast\/\" target=\"_blank\" rel=\"noopener\">https:\/\/marcelodolza.github.io\/iziToast\/<\/a><\/p>\n<h3>Github<\/h3>\n<p><a href=\"https:\/\/github.com\/marcelodolza\/iziToast\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/marcelodolza\/iziToast<\/a><\/p>\n<h3>CDN<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;script type=\"text\/javascript\" src=\"https:\/\/code.jquery.com\/jquery-3.7.1.min.js\"&gt;&lt;\/script&gt;\r\n&lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/izitoast\/1.4.0\/js\/iziToast.min.js\"&gt;&lt;\/script&gt;\r\n&lt;link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/izitoast\/1.4.0\/css\/iziToast.min.css\"&gt;<\/pre>\n<p>jQuery\u5fc5\u9808\u306a\u306e\u3067\u6ce8\u610f\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u5229\u7528\u65b9\u6cd5<\/h2>\n<h3>\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">$(function() {\r\n\r\n    $(`button`).on(`click`, function(){\r\n        iziToast.info({\r\n            message: '\u30c6\u30b9\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8',\r\n            position: 'topRight',\r\n        });\r\n    });\r\n\r\n});<\/pre>\n<h3>\u57fa\u672c\u7684\u306a\u4f7f\u3044\u65b9<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">iziToast.\u3010info \/ success \/ warning \/ error\u3011({\r\n    message: '\u30e1\u30c3\u30bb\u30fc\u30b8\u5185\u5bb9',\r\n    position: 'topRight', \/\/\u8868\u793a\u4f4d\u7f6e\u3002topLeft \/ topRight \/ bottomLeft \/ bottomRight\r\n    timeout: 5000, \/\/\u8868\u793a\u3059\u308b\u30df\u30ea\u79d2\u6570\u3002false\u6307\u5b9a\u3059\u308b\u3068\u81ea\u52d5\u7684\u306b\u306f\u975e\u8868\u793a\u306b\u306a\u3089\u306a\u3044\r\n});<\/pre>\n<p>\u300cinfo \/ success \/ warning \/ error\u300d\u90e8\u5206\u3067\u30c8\u30fc\u30b9\u30c8\u306e\u8272\u7b49\u304c\u5909\u308f\u308b\u3002\u305d\u306e\u4ed6\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u9805\u76ee\u306b\u3064\u3044\u3066\u306f<a href=\"https:\/\/marcelodolza.github.io\/iziToast\/\" target=\"_blank\" rel=\"noopener\">\u516c\u5f0f\u30b5\u30a4\u30c8<\/a>\u3092\u53c2\u7167\u3059\u308b\u3053\u3068\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u305d\u306e\u4ed6<\/h2>\n<p>\u305d\u306e\u4ed6\u306e\u30c8\u30fc\u30b9\u30c8\u7cfb\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u8a18\u4e8b\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3002<\/p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"zxBgNJMYrh\"><p><a href=\"https:\/\/taitan916.info\/blog\/archives\/6165\">\u30d0\u30cb\u30e9JS\u5bfe\u5fdc(jQuery\u975e\u4f9d\u5b58)\u306e\u901a\u77e5(\u30c8\u30fc\u30b9\u30c8)\u7cfb\u30e9\u30a4\u30d6\u30e9\u30ea\u300cNotyf\u300d\u306e\u5229\u7528\u65b9\u6cd5<\/a><\/p><\/blockquote>\n<p><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;\u30d0\u30cb\u30e9JS\u5bfe\u5fdc(jQuery\u975e\u4f9d\u5b58)\u306e\u901a\u77e5(\u30c8\u30fc\u30b9\u30c8)\u7cfb\u30e9\u30a4\u30d6\u30e9\u30ea\u300cNotyf\u300d\u306e\u5229\u7528\u65b9\u6cd5&#8221; &#8212; \u52c9\u5f37\u3057\u305f\u3053\u3068\u306e\u30e1\u30e2\" src=\"https:\/\/taitan916.info\/blog\/archives\/6165\/embed#?secret=XXdFx1lPVO#?secret=zxBgNJMYrh\" data-secret=\"zxBgNJMYrh\" width=\"580\" height=\"327\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"X6QNDwveXP\"><p><a href=\"https:\/\/taitan916.info\/blog\/archives\/5709\">jQuery\u306e\u901a\u77e5\u30e1\u30c3\u30bb\u30fc\u30b8\u7528\u30e9\u30a4\u30d6\u30e9\u30ea\u300cToastr\u300d\u306e\u5229\u7528\u65b9\u6cd5<\/a><\/p><\/blockquote>\n<p><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;jQuery\u306e\u901a\u77e5\u30e1\u30c3\u30bb\u30fc\u30b8\u7528\u30e9\u30a4\u30d6\u30e9\u30ea\u300cToastr\u300d\u306e\u5229\u7528\u65b9\u6cd5&#8221; &#8212; \u52c9\u5f37\u3057\u305f\u3053\u3068\u306e\u30e1\u30e2\" src=\"https:\/\/taitan916.info\/blog\/archives\/5709\/embed#?secret=trZTeDZkM1#?secret=X6QNDwveXP\" data-secret=\"X6QNDwveXP\" width=\"580\" height=\"327\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30b7\u30b9\u30c6\u30e0\u69cb\u7bc9\u306e\u969b\u3001\u30a8\u30e9\u30fc\u8868\u793a\u3092JavaScript\u306e\u30a2\u30e9\u30fc\u30c8\u3067\u306f\u306a\u304f\u30c8\u30fc\u30b9\u30c8(\u901a ... <\/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],"tags":[100],"class_list":["post-6870","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jquery","category-javascript","tag-library"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6870","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=6870"}],"version-history":[{"count":3,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6870\/revisions"}],"predecessor-version":[{"id":6873,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/6870\/revisions\/6873"}],"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=6870"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=6870"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=6870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}