How to create a deeplinking on flexslider just like the royal slider?
When I said deeplinking, if you click the thumbnail the url on the browser will going to chnage.. it is like a pointer for the slider...
thanks in advance.
How to create a deeplinking on flexslider just like the royal slider?
When I said deeplinking, if you click the thumbnail the url on the browser will going to chnage.. it is like a pointer for the slider...
thanks in advance.
Copyright © 2021 Jogjafile Inc.
You will want to use HTML5's History API, specifically
history.pushState()
. Then hook into the click event / slide display function and do something like