jquery - Jssor Slider - Hiding Left Navigation arrow on page load -



jquery - Jssor Slider - Hiding Left Navigation arrow on page load -

is there way temporary hide left navigation arrow on initial load?

much slider on apple.com.

you can set css property left-arrow: {visibility: hidden}, , when slide jump 2rd, can update propertyleft-arrow: {visibility: visible} javascript.

update:

i wrote slider demo you, see here: http://jsfiddle.net/abruzzi/ob9nzpj3/4/

note prev arrow hidden when load html. clicking next arrow, class .ban removed, prev arrow visible.

jquery jssor

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -