Plugin Directory

Changeset 1342099


Ignore:
Timestamp:
02/03/2016 10:30:37 AM (10 years ago)
Author:
samiullah-kaifi
Message:

jquery issue updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scroll-to-anywhere/trunk/scfront.php

    r1342087 r1342099  
    122122
    123123    <script>
     124   jQuery('#scroll-to-top').hide();
    124125   jQuery(window).scroll(function () {
     126       
    125127    if (jQuery(this).scrollTop() != 0) {
    126128      jQuery('#scroll-to-top').fadeIn();
Note: See TracChangeset for help on using the changeset viewer.