Skip to content

Add pushStack() compatible support #1

Description

@adamovsky

As of right now the plugin pattern only supports the original selector stack generated by the $(selector) statement.

However if we modify the stack via functions such as .eq(), .find(), .add() we lose the desired stack due to these functions returning a modified jquery object.

The pattern needs to be adjusted to support these use-cases as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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