Skip to content

Multiple Modal Windows on the Same Page #59

@chromahoen

Description

@chromahoen

The documentation says to...

$("a[rel*=leanModal]").leanModal();

Using rel= in this way in the <a> tag is deprecated.

I recommend removing the rel= and the name= from <a> and using a class name instead...

$(".yourOwnClassName").leanModal();

This will help pass W3C HTML Validation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions