alpine-ajax icon indicating copy to clipboard operation
alpine-ajax copied to clipboard

An Alpine.js plugin for building server-powered frontends.

Results 13 alpine-ajax issues
Sort by recently updated
recently updated
newest added

Just wanted to let you know that upgrading from 0.5.1 to 0.6.0 broke things for me. No errors in console, just not working. Am I unlucky? Here's the screencast: https://github.com/imacrayon/alpine-ajax/assets/914320/bee9dfb3-51e9-4da6-ad87-e28c3173afbb

This PR introduces a new request queuing and caching system that will support client-side routing features similar to `hx-boost` and Hotwire's Turbo. The queue will handle concurrency issues in situations...

I am using the Alpine morph plugin to merge new content onto the page. Maybe I'm doing something wrong, but If that content contains new Alpine components, these don't get...

Not having this option is making it awkward to handle server side html generation for full page refreshes. Is this on the roadmap or is there a reason why this...

Hi, how can i make html head updated for each page when i use ajax request in links

In the [Notifications](https://alpine-ajax.js.org/examples/notifications/), `this.$el` in `dismiss()` points to the button instead of the parent `x-data` element, causing the wrong element to be removed. **Suggestion**: Use `this.$data.$el && setTimeout(() => this.$data.$el.remove(),...

Hey, great project, i like it a lot! Especially the progressive enhancement part of it. However, there is something that i don't think is clear when reading the website which...

Hey Crayon! Great project you got. I am using it currently for an SPA like navigation in my Django App. It all works really well (except for back/forth button for...

Hey! First off I'd like to say that I love how the project has been presented and maintained. I hope to use it more soon! I'm hitting a snag on...

Sample html is missing that form is firing `@ajax:success="$dispatch('contact:updated')` and that dialog listens to this event to close itself. This commit adds missing parts to correspond to the live demo...