Swipe icon indicating copy to clipboard operation
Swipe copied to clipboard

add childSelector option

Open smistry-toushay opened this issue 12 years ago • 4 comments

Ember.js adds script tags in between elements.

The childSelector option allows the swipes element children to be filtered using a selector.

smistry-toushay avatar Apr 16 '13 20:04 smistry-toushay

This addition doesn't support all browsers that Swipe claims to support. And I don't see a good way to do this without querySelectorAll() or a selector engine like jQuery

thebird avatar Apr 18 '13 07:04 thebird

Good point, another option would be using a element filter callback. What do you think?

smistry-toushay avatar Apr 18 '13 12:04 smistry-toushay

This only means dropping IE7 support, which is really not much used anyway.. but I get that this would be a regression.

alicelieutier avatar May 01 '13 10:05 alicelieutier

Would love to see the ability of using a childSelector implemented. This has more use cases than merely resolving conflicts with Ember.js script tags. :thumbsup:

dcalhoun avatar Jan 31 '14 15:01 dcalhoun