{"id":12737,"date":"2021-06-14T22:05:24","date_gmt":"2021-06-15T03:05:24","guid":{"rendered":"httpss:\/\/www.powenko.com\/wordpress\/docs\/jquery\/ajax\/%e7%ad%89%e5%be%85%e5%9b%9e%e6%87%89ajax\/"},"modified":"2021-06-14T22:27:23","modified_gmt":"2021-06-15T03:27:23","slug":"%e7%ad%89%e5%be%85%e5%9b%9e%e6%87%89ajax","status":"publish","type":"docs","link":"https:\/\/www.powenko.com\/wordpress\/?docs=jquery\/ajax\/%e7%ad%89%e5%be%85%e5%9b%9e%e6%87%89ajax","title":{"rendered":"\u7b49\u5f85\u56de\u61c9ajax"},"content":{"rendered":"<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n&lt;!DOCTYPE html&gt;\r\n&lt;html lang=&quot;en&quot;&gt;\r\n&lt;head&gt;\r\n    &lt;script src=&quot;httpsss:\/\/code.jquery.com\/jquery-1.11.3.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;script type=&quot;text\/javascript&quot;&gt;\r\n        $(document).ready(function() {\r\n                $.ajax({\r\n                    type: &quot;GET&quot;,\r\n                    url: '03-webservice.php',\r\n\r\n                    data: {\r\n                        &quot;action&quot;: &quot;01GetAllAndSubImagesFiles&quot;,\r\n                        &quot;username&quot;: &quot;powenko&quot;,\r\n                    },\r\n\r\n                    async: false,   \/\/ \u7b49\u5f85\u3000\u3000async: false\r\n                    cache: false,\u3000\u3000\/\/ \u6e05\u9664\u3000\u66ab\u5b58\r\n                    timeout: 10000, \/\/ \u7b4910Sec, 10*1000 ms\r\n\r\n                    success: function(response)\r\n                    {\r\n                        console.log(response);\r\n                        var jsonData = JSON.parse(response);\r\n                        if (jsonData.success == true)\r\n                        {\r\n                            console.log(response);\r\n                            $(&quot;#powenko&quot;).html(response);\r\n                        }\r\n                        else\r\n                        {\r\n                            $(&quot;#powenko&quot;).html('Invalid Credentials!');\r\n                        }\r\n                    }\r\n                });\r\n        });\r\n    &lt;\/script&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n\r\n&lt;div id=&quot;powenko&quot;&gt;\r\n\r\n&lt;\/div&gt;\r\nwww.powenko.com\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<p>php webservice \u7a0b\u5f0f<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n&lt;?php\r\nif (isset($_GET&#x5B;'action'])) {\r\n    $action = isset($_GET&#x5B;'action']) ? $_GET&#x5B;'action'] : '';\r\n    if ($action==&quot;01GetAllAndSubImagesFiles&quot;) {\r\n        $username = isset($_GET&#x5B;'username']) ? $_GET&#x5B;'username'] : '';\r\n\r\n\r\n\/\/ sleep for 10 seconds\r\n        sleep(10);\r\n        $array2 = array(\r\n            &quot;success&quot; =&gt; true,\r\n            &quot;username&quot; =&gt; $username,\r\n            &quot;id&quot; =&gt; 20200822,\r\n        );\r\n    }else{\r\n        $array2 = array(\r\n            &quot;success&quot; =&gt; false,\r\n        );\r\n    }\r\n    echo  json_encode($array2);\r\n\r\n} else {\r\n    echo json_encode(array('success' =&gt;false));\r\n}\r\n<\/pre>\n<p><a href=\"httpss:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2021\/06\/Screen-Shot-2021-06-15-at-11.26.45-AM.png\"><img loading=\"lazy\" decoding=\"async\" src=\"httpss:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2021\/06\/Screen-Shot-2021-06-15-at-11.26.45-AM-570x199.png\" alt=\"\" width=\"570\" height=\"199\" class=\"alignnone size-medium wp-image-12739\" srcset=\"https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2021\/06\/Screen-Shot-2021-06-15-at-11.26.45-AM-570x199.png 570w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2021\/06\/Screen-Shot-2021-06-15-at-11.26.45-AM-768x268.png 768w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2021\/06\/Screen-Shot-2021-06-15-at-11.26.45-AM-300x105.png 300w, https:\/\/www.powenko.com\/wordpress\/wp-content\/uploads\/2021\/06\/Screen-Shot-2021-06-15-at-11.26.45-AM.png 860w\" sizes=\"(max-width: 570px) 100vw, 570px\" \/><\/a><\/p>\n","protected":false},"featured_media":0,"parent":12472,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-12737","docs","type-docs","status-publish","hentry"],"comment_count":0,"_links":{"self":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12737"}],"collection":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12737"}],"version-history":[{"count":2,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12737\/revisions"}],"predecessor-version":[{"id":12740,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12737\/revisions\/12740"}],"up":[{"embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12472"}],"prev":[{"title":"easy","link":"https:\/\/www.powenko.com\/wordpress\/?docs=jquery\/ajax\/easy","href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12731"}],"wp:attachment":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12737"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fdoc_tag&post=12737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}