5

Created a new MIT licensed plugin for anyone who's interested and already uses jQuery:
https://htmlguyllc.github.io/jConfi...

Comments
  • 2
    I like the idea, will save it for the future .. thanks
  • 1
    Interesting, saved for later, also here:

    https://github.com/HTMLGuyLLC/...

    *eliminate ?
  • 1
    @JoshBent Wowzers. That's been like that for years lol. I fixed it. Old plugin due for a rebuild as well.
  • 1
    I updated jConfirm again FYI. Now has themes, sizes, and some other stuff.
  • 0
    @Stebner55 cool stuff, you should check the confirmations on mobile though, they are bit off
  • 1
    @JoshBent Looks like when I added the sizes I didn't thoroughly test. Shizzzle. I'll fix now. I'm also adding a backdrop option.
  • 1
    @JoshBent Mind taking another look? Also checkout the backdrops (don't mind the tables being wide and the whole demo page being crap on your phone. I didn't spend a lot of time on that. My concern is the plugin itself)
  • 1
    @Stebner55 better! bs4-white-tiny has the arrow cutting into the container though, not being at the bottom edge of the confirmation like its bigger counterpart :)
  • 1
    @JoshBent Argh lol. Those arrow are the bane of my existence. It's insanely hard to dynamically size them without doing it all in JS. I'm trying to keep it in CSS.
  • 1
    @JoshBent Ok, I'm pretty confident they're all good now, but I added @todo: rewrite arrows in JS because it's too complicated in CSS
  • 1
    @Stebner55 yep, you fixed it, well done, definitely saved to be used, great stuff, good job :)
  • 1
    @JoshBent Thanks for your help!
  • 0
    I ended up splitting off the tooltip functionality to a new plugin. I'll eventually rewrite jConfirm to use jTippy as a dependency, but for now...here ya go: https://htmlguyllc.github.io/jTippy...

    I know the world doesn't really need another tooltip plugin, but I figured it's better to share the guts for jConfirm and tooltips than it is to have to include another tooltip plugin if you want tooltips AND jConfirm.
Add Comment