[CLOSED] Panel scroll event - Version Ext.NET.MVC.Pro.2.1.1

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Panel scroll event - Version Ext.NET.MVC.Pro.2.1.1

    Hi @all ,

    how can I check if a ext:panel scroll down ?

    like this :

     $(window).scroll(function () {
                if ($(window).scrollTop() == $(document).height() - $(window).height()) {
                    alert();
                }
            });
    Thanks
    Last edited by Daniil; Feb 13, 2013 at 1:41 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] How to detect scroll event inside iframe
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 05, 2012, 1:31 AM
  2. [CLOSED] Scroll event on IFrame Panel
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 19, 2011, 10:56 AM
  3. the scroll property of the panel is not valid
    By animalisme in forum 1.x Help
    Replies: 4
    Last Post: Aug 10, 2009, 4:35 AM
  4. [CLOSED] Scroll to bottom in a Panel
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: May 29, 2009, 10:58 AM
  5. Replies: 1
    Last Post: Apr 02, 2009, 11:30 AM

Posting Permissions