jquery scrollTo or animate to top? -


i'm using plugin:

  • open plugin
  • if u click image opens big one. when closing it, body should scroll up.

i want make scroll top on click close.!

perhaps: adding class self.$item.addclass( 'not-expanded' ); work?but doesn't.

    if ($('.not-expanded').is(':visible')) {          $('html').animate({top:'110px'}, 800 );     } 

apparently, way close big image clicking on cross in right top corner of div. suggest go in .js file animate "slideup" of div when click on cross , add callback function animation scrolltop.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -