{"id":4520,"date":"2015-07-23T10:45:29","date_gmt":"2015-07-23T10:45:29","guid":{"rendered":"http:\/\/ngenioussolutions.com\/blog\/?p=51"},"modified":"2025-12-01T13:39:13","modified_gmt":"2025-12-01T13:39:13","slug":"window-scroll-event-is-not-firing-in-sharepoint","status":"publish","type":"post","link":"https:\/\/ngenioussolutions.com\/blog\/window-scroll-event-is-not-firing-in-sharepoint\/","title":{"rendered":"Window scroll event is not firing in SharePoint"},"content":{"rendered":"<p align=\"justify\">In SharePoint $(window).scroll() event is not firing because code is load in master page web part zone. SharePoint master page doesn&#8217;t use the scrolling on the &#8220;body&#8221; tag.<\/p>\n<p align=\"justify\">Add scroll event on div tag with ID=&#8221;s4-workspace&#8221;. Replace $(window).scroll() code with something like bellow<\/p>\n<p>$(&#8216;#s4-workspace&#8217;).scroll(function() {<\/p>\n<p>alert(&#8216;Hi&#8217;);<\/p>\n<p>});<\/p>\n<div style=\"background-color: #efefef; margin-top: 30px; padding: 20px 30px; text-align: left; border-radius: 3px;\">\n<p><span style=\"font-size: 18px; font-weight: 500;\">Related Article:<\/span><\/p>\n<ul style=\"font-size: 21px;\">\n<li><a href=\"https:\/\/ngenioussolutions.com\/blog\/how-to-update-sharepoints-group-owner-using-powershell\/\">How to update SharePoint\u2019s Group Owner using PowerShell<\/a><\/li>\n<li style=\"margin-top: 10px;\"><a href=\"https:\/\/ngenioussolutions.com\/blog\/get-extract-of-files-modified-after-particular-date-from-sharepoint-library-or-folder-within-library-powershell-script\/\">Get extract of files modified after particular date from SharePoint library or folder within library (PowerShell script)<\/a><\/li>\n<li style=\"margin-top: 10px;\"><a href=\"https:\/\/ngenioussolutions.com\/blog\/bulk-delete-sharepoint-list-items-using-csom\/\">Bulk delete SharePoint List items using CSOM<\/a><\/li>\n<li style=\"margin-top: 10px;\"><a href=\"https:\/\/ngenioussolutions.com\/blog\/blog-delete-all-sharepoint-list-item-using-powershell\/\">Delete all sharepoint list item using powershell<\/a><\/li>\n<\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In SharePoint $(window).scroll() event is not firing because code is load in master page web part zone. SharePoint master page doesn&#8217;t use the scrolling on&#8230;<\/p>\n","protected":false},"author":1,"featured_media":9452,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[210],"tags":[],"class_list":["post-4520","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-sharepoint-blogs"],"menu_order":0,"_links":{"self":[{"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/posts\/4520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=4520"}],"version-history":[{"count":5,"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/posts\/4520\/revisions"}],"predecessor-version":[{"id":12511,"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/posts\/4520\/revisions\/12511"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/media\/9452"}],"wp:attachment":[{"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=4520"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=4520"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ngenioussolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=4520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}