Tieson Trowbridge
Tieson Trowbridge
@marshallswain If you're still looking for npm maintainers, my npm username is tiesont.
@marshallswain Thanks!
Hey all - once I can figure out why the current test suite is failing, I'll get this pushed to npm. Thank you for being patient.
Okay, took a bit of work, but I have all 103 current tests passing (some of which just required some manual linting). I also took the Less file and created...
An iframe's content is not really part of the parent page, so any events triggered within that content (like a mouse-click) don't propagate to the parent page. So, I would...
That's kind of a broad question, and the only real answer is "it depends". This plugin is built for "vanilla" Bootstrap, which has a dependency on jQuery (or Zepto). jQuery...
While Bootstrap 5 doesn't _depend_ on jQuery, it does support it: https://getbootstrap.com/docs/5.0/getting-started/javascript/#still-want-to-use-jquery-its-possible So aside from any required markup changes, it should still work.
@evansharp Well, we _could_ just emit both versions of Bootstrap's data attributes, although that seems like we'd be polluting the markup (every attribute would basically be duplicated). Seems like we...
You might want to try using the most recent version - your script link is to 0.9.13, whereas 0.9.15 is the latest.
Chrome has some restrictions about loading scripts when loading a local file - you might want to try running that in a web server. I suspect you'll see errors, right...