Add scroll arrow click target feature
Fixes issue #52.
When using options leftArrowContent
and rightArrowContent
to specify custom scroll arrow HTML, you can now specify a child element within that custom HTML to be the click target if you don't want the entire element to be clickable. You do that by adding CSS class scrtabs-click-target
to the element that should be the click target.
See the README section for Custom Scroll Arrow content for details.