2019-12-19 02:36:42 -08:00
|
|
|
-# .scroll-top-wrapper
|
|
|
|
|
-# = link_to "#banner", class: "smoothscroll" do
|
|
|
|
|
-# %i.fa.fa-2x.fa-arrow-circle-up
|
2014-07-03 22:54:42 +05:30
|
|
|
|
2019-12-19 02:36:42 -08:00
|
|
|
-# :javascript
|
|
|
|
|
-# $(function(){
|
|
|
|
|
-# $(document).on( 'scroll', function(){
|
|
|
|
|
-# if ($(window).scrollTop() > 100) {
|
|
|
|
|
-# $('.scroll-top-wrapper').addClass('show');
|
|
|
|
|
-# } else {
|
|
|
|
|
-# $('.scroll-top-wrapper').removeClass('show');
|
|
|
|
|
-# }
|
|
|
|
|
-# });
|
|
|
|
|
-# });
|