{"id":3597,"date":"2015-02-05T00:47:56","date_gmt":"2015-02-05T00:47:56","guid":{"rendered":"http:\/\/webninjataylor.com\/library\/?p=3597"},"modified":"2015-02-05T00:47:56","modified_gmt":"2015-02-05T00:47:56","slug":"sharepoint-timer","status":"publish","type":"post","link":"https:\/\/webninjataylor.com\/library\/sharepoint-timer\/","title":{"rendered":"SharePoint Timer"},"content":{"rendered":"<p>SharePoint has a nasty habit of fooling JavaScript into thinking the DOM is loaded when there are actually still elements popping in afterwards. \u00a0Here&#8217;s a dirty script for testing the existence of a given element when you&#8217;re in a pinch&#8230;<\/p>\n<pre>var wnt_spTimer,\r\n    wnt_spElement;\r\n\r\n wnt_spTimer = window.setInterval(function(){\r\n     wnt_spElement = $('div[data-widget=\"tools\"] .heading-main h2').length;\r\n     if(wnt_spElement === 0){\r\n         console.log('******** VAUE OF ELEMENT IS ZERO ******** '+wnt_spElement);\r\n     } else {\r\n         console.log('******** VAUE OF ELEMENT = '+wnt_spElement);\r\n         $('div[data-widget=\"tools\"] .heading-main h2').html('Information Zone');\r\n         clearInterval(wnt_spTimer);\r\n         return;\r\n     }\r\n }, 100);\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SharePoint has a nasty habit of fooling JavaScript into thinking the DOM is loaded when there are actually still elements popping in afterwards. \u00a0Here&#8217;s a dirty script for testing the existence of a given element when you&#8217;re in a pinch&#8230; var wnt_spTimer, wnt_spElement; wnt_spTimer = window.setInterval(function(){ wnt_spElement = $(&#8216;div[data-widget=&#8221;tools&#8221;] .heading-main h2&#8217;).length; if(wnt_spElement === 0){ console.log(&#8216;******** [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[9,27,150],"class_list":["post-3597","post","type-post","status-publish","format-standard","hentry","category-web-shots","tag-javascript","tag-jquery","tag-sharepoint"],"_links":{"self":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/comments?post=3597"}],"version-history":[{"count":1,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3597\/revisions"}],"predecessor-version":[{"id":3598,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3597\/revisions\/3598"}],"wp:attachment":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/media?parent=3597"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/categories?post=3597"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/tags?post=3597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}