Kitty Giraudel

Results 213 comments of Kitty Giraudel

Hello there. 👋 Thank you for opening an issue. You’re absolutely correct with your description of the situation. Right now, the `data-a11y-dialog-*` are really just a convenience API. You can...

I actually like it. I’ll think about it some more. :)

Hey Piotr! I assume it’s possible to do, but I have never tried. It’s an interesting use case, and I’ve heard people praising URL-based dialogs—I've just never encountered a case...

I am not maintaining this piece of software anymore. However it should be easy enough to fork it to add that. :)

No, I’m sorry. I’d gladly accept a PR though. :)

That should do the trick. ``` javascript for (var i = 0; i < data.docs.length; i++) { var id = ...; new Countdown({ selector: '#countdown_' + id, msgAfter: "Закончен", msgPattern:...

I'm afraid you'll have to fork it.

I discussed this with @valeriangalliat last night and his advice would be to use CRUD.js in a file, the usual, and then browserify than file in a single bundle that...