Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • No idea, but the GitHub page includes a description of how it works. Sounds like it just uses the DOM searching and basic manipulation stuff, so you might be able to get away with just using Sizzle (the selector bit of jQuery) then patching up the element manipulation stuff as necessary. But that could easily spiral into a LOT of work... Commented Dec 29, 2014 at 14:44
  • I'd imagine that's the "algorithim" described at the start of the readme file. Basically, they're just saying they used jQuery for easier cross-browser compatibility. Commented Dec 29, 2014 at 16:00
  • @DumbNic If you're worried about the size of jQuery, you could try using Zepto.js, but I'm not 100% certain it works with this plugin natively. I don't think there's a vanilla js version available (though it's possible to make one) Commented Dec 29, 2014 at 20:15