Skip to content

Anythingslider breaking with an equal in the hash #413

@AnnaDamm

Description

@AnnaDamm

On initializing anythingslider with jQuery 1.8 I get an error "Uncaught Error: Syntax error, unrecognized expression: =1"
coming from Line

n = ($(h).length && $(h).closest('.anythingBase')[0] === base.el) ? base.$items.index($(h).closest('.panel')) + base.adj : null;

I suspect it has something todo with .closest() being partially removed in 1.8?
As you can read here: http://blog.jquery.com/2012/08/09/jquery-1-8-released/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions