python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
add event.target.files upload to existing img element
After the first image is added, the next input fields are not populated with future files, the current image is replaced by the next uploaded file even though a new img element has been dynamically ad...
ITWEBDEV
Votes: 0
Answers: 0
TinyMCE 4 - allow AlpineJS attributes for all HTML tags
I want to allow all Alpine JS components (x-data, x-init, etc.) as attributes for all HTML tags in TinyMCE 4.
I tried to add them via a rule for extended_valid_attributes in different ways, but everyt...
Iniii
Votes: 0
Answers: 1
Tailwind & Alpine.js radio button styling
I have a size selector as shown below and I'm trying to get the styling working with Alpine.js so that the selected size appears highlighted.
What is the correct code Alpine.js code to add classes de...
migu
Votes: 0
Answers: 1
AlpineJs change x-data according to select
I use
x-data="{tab: 'option1'}"
and need to change tab according to dropdown selection.
how to do this with alpinejs? @click did not work
<select>
<option @click="tab =...
wertyu
Votes: 0
Answers: 1