Skip to content

Multiple Drop instance #172

@carmelodiventi

Description

@carmelodiventi

Hi, i have multiple drop instance in my page:

$('.drop-target').each(function(index){
new Drop({
target: $('.drop-target')[index],
content: $('.drop-content-inner')[index],
position: 'top center',
openOn: 'click'
});
});

The last element is not instantiated, how do I create multiple dropdown on the same page?

schermata 2017-03-27 alle 13 32 50
schermata 2017-03-27 alle 13 32 58

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions