george ndungu

Results 8 comments of george ndungu

If you can observe this video to understand the context of the behaviour am describing it would help.This is the version that works with htmx 1 On Thu, Dec 19,...

htmx.onLoad(function(elt){ flatpickr("#id_lending_date", { enableTime: true, dateFormat: "Y-m-d H:i", }); }) On Thu, Dec 19, 2024 at 9:48 PM Coding Simplified. < ***@***.***> wrote: > If you can observe this video...

The above code is working with htmx 2 On Thu, Dec 19, 2024 at 10:06 PM Coding Simplified. < ***@***.***> wrote: > htmx.onLoad(function(elt){ > flatpickr("#id_lending_date", { > enableTime: true, >...

But it got lots of errors On Thu, 19 Dec 2024, 22:07 Coding Simplified., < ***@***.***> wrote: > The above code is working with htmx 2 > > On Thu,...

htmx.onLoad(function(newContent){ $("#id_lending_date").flatpickr(); }); this code finally solved it. On Thu, Dec 19, 2024 at 11:01 PM Coding Simplified. < ***@***.***> wrote: > But it got lots of errors > >...

Can you give the full code On Thu, 30 Jan 2025, 22:16 Isaac Felizardo, ***@***.***> wrote: > UPDATE: Solved it with: htmx.config.attributesToSettle = []; > > I posted the problem...

document.addEventListener("htmx:afterSwap", function(event) { // Ensure the swap was successful if (event.detail.successful) { console.log("HTMX swap completed, reinitializing libraries..."); // Example: Reinitialize a library (e.g., a tooltip library) if (typeof initializeTooltips ===...

It's an error in your code base On Fri, 16 May 2025, 02:27 MichaelWest22, ***@***.***> wrote: > *MichaelWest22* left a comment (bigskysoftware/htmx#3314) > > > As the error stats you...