Skip to content

make only selected slide link clicable  #36

@eXXon48

Description

@eXXon48

all that I need to do its make links in the slides unclicable until the slide became selected
i try something like this

$("#slider li").not(".current").find("a").live("click",function(event){event.preventDefault();});

but this don't work

also i find out that when i clear cashe slider stops on first slide and buttons don't work, but when i click on left or right slide it sliding out as usual

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions