{"id":2602,"date":"2016-02-20T01:25:42","date_gmt":"2016-02-19T16:25:42","guid":{"rendered":"http:\/\/taitan916.info\/blog\/?p=2602"},"modified":"2024-01-13T00:15:36","modified_gmt":"2024-01-12T15:15:36","slug":"post-2602","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/2602","title":{"rendered":"\u30bf\u30d6\u30a2\u30f3\u30c0\u30fc\u5e83\u544a\u3092jQuery\u3067\u518d\u73fe\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>\u30b5\u30a4\u30c8\u5185\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u30bf\u30d6\u3082\u3057\u304f\u306f\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u958b\u304f\u5e83\u544a\u3092\u3061\u3087\u3044\u3061\u3087\u3044\u898b\u308b\u3051\u3069\u3001\u3069\u3046\u3044\u3046\u4ed5\u7d44\u307f\u306b\u306a\u3063\u3066\u3044\u308b\u306e\u304b\u6c17\u306b\u306a\u3063\u305f\u3002\u4ee5\u4e0b\u306b\u65b9\u6cd5\u306e\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>\u518d\u73fe\u3057\u305f\u3044\u3053\u3068<\/strong><\/h2>\n<ul>\n<li>\u30b5\u30a4\u30c8\u5185\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u30bf\u30d6\u30a2\u30f3\u30c0\u30fc\u3067\u6307\u5b9a\u3057\u305fURL\u3092\u958b\u304f\u3002javascript:void(0)\u307f\u305f\u3044\u306a\u30ea\u30f3\u30af\u306f\u958b\u304b\u306a\u3044\u3002<\/li>\n<li>\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u4ee5\u964d\u25cb\u6642\u9593\u306f\u30bf\u30d6\u30a2\u30f3\u30c0\u30fc\u306f\u958b\u304b\u306a\u3044\u3002\u25cb\u6642\u9593\u306e\u90e8\u5206\u306f\u4efb\u610f\u3067\u8a2d\u5b9a\u53ef\u80fd\u3002<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2><strong>\u30bd\u30fc\u30b9<\/strong><\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">(function($){\r\n    $.fn.popad = function(options){\r\n\r\n        var defaults = {\r\n            url : '', \r\n            limit : 1 \r\n        };\r\n\r\n        var setting = $.extend(defaults, options);\r\n\r\n        if( setting.url == '' ){\r\n            return false;\r\n        }\r\n\r\n        if( setting.limit &lt; 1 || setting.limit &gt; 24 ){\r\n            setting.limit = 1;\r\n        }\r\n\r\n        \/\/cookie\u306e\u51e6\u7406\r\n        var flg = true;\r\n        var all_cookies = document.cookie;\r\n        if( all_cookies != '' ){\r\n            var cookies = all_cookies.split('; ');\r\n            for( var i = 0; i &lt; cookies.length; i++ ){\r\n                var cookie = cookies[ i ].split('=');\r\n                if( cookie[0] == 'popad' ){\r\n                    flg = false;\r\n                }\r\n            }\r\n        }\r\n\r\n        \/\/a\u30bf\u30b0\u30af\u30ea\u30c3\u30af\r\n        jQuery('a').click(function(){\r\n            var click_url = $(this).attr('href');\r\n            if( !click_url.match(\/(http|https):\\\/\\\/.+\/) ){\r\n                return false;\r\n            }\r\n            if( flg ){\r\n                var expire = new Date();\r\n                expire.setTime( expire.getTime() + 1000 * 3600 * setting.limit );\r\n                document.cookie = 'popad=1; path=\/; expires=' + expire.toUTCString();\r\n                window.location.href = setting.url;\r\n                window.open($(this).attr('href'));\r\n                return false;\r\n            }\r\n        });\r\n\r\n\r\n    }\r\n})(jQuery);<\/pre>\n<p><strong>\u203b\u4f7f\u7528\u3055\u308c\u308b\u5834\u5408\u306f\u81ea\u5df1\u8cac\u4efb\u3067\u304a\u9858\u3044\u3057\u307e\u3059\u3002<\/strong><\/p>\n<p>&nbsp;<\/p>\n<h2><strong>\u30b5\u30f3\u30d7\u30eb<\/strong><\/h2>\n<p><a href=\"https:\/\/taitan916.info\/sample\/popad\/\" target=\"_blank\" rel=\"noopener\">https:\/\/taitan916.info\/sample\/popad\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<h2><strong>\u4f7f\u3044\u65b9<\/strong><\/h2>\n<p>jQuery\u3068\u4e00\u7dd2\u306b\u8aad\u307f\u8fbc\u3080\u3002\u4ee5\u4e0b\u3067URL\u3068\u6642\u9593\u3092\u6307\u5b9a\u3059\u308b\u3002<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;script type=\"text\/javascript\" src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.9.1\/jquery.min.js\"&gt;&lt;\/script&gt;\r\n&lt;script type=\"text\/javascript\" src=\".\/jquery.popad.js\"&gt;&lt;\/script&gt;\r\n&lt;script&gt;\r\n$(function(){\r\n    $().popad({\r\n        url : 'http:\/\/yahoo.co.jp', \/\/\u5225\u30bf\u30d6\u3067\u958b\u304b\u305b\u305f\u3044URL\u3002\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u30bf\u30d6\u306f\u958b\u304b\u305a\u3002\r\n        limit : 1 \/\/\u6709\u52b9\u6642\u9593\u8a2d\u5b9a\u30021\uff5e24\u6642\u9593\u307e\u3067\u3067\u6574\u6570\u5024\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306f1\u6642\u9593\r\n    });\r\n});\r\n&lt;\/script&gt;<\/pre>\n<p>&nbsp;<\/p>\n<h2><strong>\u305d\u306e\u4ed6<\/strong><\/h2>\n<p>\u52d5\u4f5c\u306f\u591a\u5206\u518d\u73fe\u3067\u304d\u305f\u306f\u305a\u3002\u305f\u3060\u30a2\u30d5\u30a3\u30ea\u30a8\u30a4\u30c8\u3068\u304b\u3060\u3068\u76f8\u624b\u5148\u304b\u3089\u8a31\u53ef\u306f\u51fa\u306a\u3055\u305d\u3046\u3002\u3068\u3044\u3046\u304b\u30da\u30ca\u30eb\u30c6\u30a3\u3092\u55b0\u3089\u3044\u305d\u3046\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30b5\u30a4\u30c8\u5185\u306e\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u30bf\u30d6\u3082\u3057\u304f\u306f\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u958b\u304f\u5e83\u544a\u3092\u3061\u3087\u3044 ... <\/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],"tags":[],"class_list":["post-2602","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jquery"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2602","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=2602"}],"version-history":[{"count":0,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2602\/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=2602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=2602"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=2602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}