ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Scroll awesome grid system will call other function
Title:
B
I
{code}
?
Hello, When user will scroll the awesome grid, system will display alert message or call other function. Can you say how to implement this functionality ?
Save Changes
Cancel
asked at 02 Jan 2015
Answers
B
I
{code}
?
yes, you can do this: $(function () { $('.awe-grid .awe-content').on('scroll', function () { alert('hi'); }); }); this will alert hi whenever a grid is scrolled ( all awesome grids have .awe-grid class )
Save Changes
Cancel
Omu
answered at 02 Jan 2015
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK