简体   繁体   中英

on scroll add BUTTON on fixed-top navigation bar

I have developed fixed-top Navigation Bar by using Bootstrap

[Here is source of used code:][1]

So when user Scrolls down it should show "Add to cart" Button on Nav Bar. ![enter image description here][2]

Thank you...

  1. you should put your "Add to cart" to exact place in your layout.
  2. set it display:none
  3. put some class with display:block in your css, for example active
  4. set you scroll event to add active class to your button class

here is an example:

http://jsfiddle.net/JohnnyJuarez/ka5n6u3t/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM