{"id":65,"date":"2019-09-15T05:29:17","date_gmt":"2019-09-15T05:29:17","guid":{"rendered":"http:\/\/sumitjangid.com\/?p=65"},"modified":"2019-09-15T05:29:17","modified_gmt":"2019-09-15T05:29:17","slug":"showing-logging-in-text-while-server-is-processing","status":"publish","type":"post","link":"http:\/\/sumitjangid.com\/index.php\/2019\/09\/15\/showing-logging-in-text-while-server-is-processing\/","title":{"rendered":"Showing Logging in text while server is processing"},"content":{"rendered":"\n<p>Use the following JavaScript code.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script type=\"text\/javascript\">\n    var flag = 4;\n    var anim = function () {\n        if (flag == 0) {\n            $(\"#dot1\").show();\n            flag++;\n        }\n        else if (flag == 1) {\n            $(\"#dot2\").show();\n            flag++;\n        } else if (flag == 2) {\n            $(\"#dot3\").show();\n            flag++;\n        }\n        else {\n            $(\"#dot1\").hide();\n            $(\"#dot2\").hide();\n            $(\"#dot3\").hide();\n            flag = 0;\n        }\n    };\n    $(\"form\").submit(function(e){\n\t$(\"div#contentlogin\").css(\"opacity\",\".2\");\n$(\"footer\").css(\"opacity\",\".2\");\n\t$(\"div#loginmessage\").show();              \n\t\tsetInterval(anim,700);\n    });\n\n&lt;\/script><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Use the following JavaScript code.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2,14,13],"tags":[],"_links":{"self":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/65"}],"collection":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/comments?post=65"}],"version-history":[{"count":1,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/65\/revisions"}],"predecessor-version":[{"id":66,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/65\/revisions\/66"}],"wp:attachment":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/media?parent=65"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/categories?post=65"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/tags?post=65"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}