I'm using a connected jcarousel (http://sorgalla.com/jcarousel/examples/connected-carousels/) in a project and am trying to get a direct url to every item in my carousel, e.g. to share every single item and have an URL to get to a specific item.
Have someone developed a similar solution for my problem, e.g. a direct link for a baisc carousel?
I'm using a connected jcarousel (http://sorgalla.com/jcarousel/examples/connected-carousels/) in a project and am trying to get a direct url to every item in my carousel, e.g. to share every single item and have an URL to get to a specific item.
Have someone developed a similar solution for my problem, e.g. a direct link for a baisc carousel?
My earlier thoughts were to solve this with a callback function (e.g. https://github.com/jsor/jcarousel/issues/179), but how can I integrate this into a connected carousel?