Questions tagged [alpine.js]

Alpine.js is a minimal framework for composing JavaScript behavior in your markup.

932 questions
19
votes
4 answers

Hover over dropdown with Alpine JS

i wanna build a menu that is shown on mouseover and displays elements: category: - sub-category1 - sub-category2 I managed to accomplish that, but my problem is that when i hover over the menu and it shows the elements inside and i move the mouse…
RedZ
  • 857
  • 1
  • 13
  • 25
14
votes
2 answers

Refreshing data after-the-fact in AlpineJS

I'm using Alpine to display a list of items that will change. But I can't figure out how to tell Alpine to refresh the list of items once a new one comes back from the server: