python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Alpine doesn't work for me on IOS (Safari and chrome)
I have a project with the TALL stack without any extra dependencies, it runs perfectly on Android and Windows, on chrome and edge. But in IOS, Safari or chrome alpine doesn't work for me at all... Any...
Royler Marichal Carrazana
Votes: 0
Answers: 1
how to reset form data after successfull axios post request
I have modalform component made using Alpine js and axios for POST request.
But I cannot understand few things:
How to reset form data after succesfull POST request.
I see error in console TypeError:...
schel4ok
Votes: 0
Answers: 1
Alpinejs property bound to x-show not defined
I'm building a form in Laravel's Blade syntax, and using AlpineJs for some interactivity stuff like showing and hiding content.
My code is here:
<div class="flex items-center" x-data=&quo...

joshua jackson
Votes: 0
Answers: 1
how to pass parameters in alpine js functions
I trying to pass variable tab in showTab in x-for my code look like this
<div x-data ="tabs">
<ul >
<template x-for="tab in items">
<li>
&l...

John Lloyd Detomal
Votes: 0
Answers: 1