Search
 
SCRIPT & CODE EXAMPLE
 

HTML

alpine js get target

<div x-data="MyComponent()">
  <a
    @click.prevent="download($event)"
    data-video="video_id"
    data-url="{{ base_url('tools/download_thumbnail_A') }}"
    data-quality="maxres"
    class="button">
    A
  </a>
  
  <a
    @click.prevent="download($event)"
    data-video="video_id"
    data-url="{{ base_url('tools/download_thumbnail_B') }}"
    data-quality="maxres"
    class="button">
    B
  </a>
  
  <a
    @click.prevent="download($event)"
    data-video="video_id"
    data-url="{{ base_url('tools/download_thumbnail_C') }}"
    data-quality="maxres"
    class="button">
    C
  </a>
  
  <p x-text="value"></p>
</div>

<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js"></script>
Comment

alpinejs event target

<button @click="alert($event.target)">Event Target</button>
Comment

PREVIOUS NEXT
Code Example
Html :: mark tag in html 
Html :: contact form feilds 
Html :: how to stop audio when playing other in html 
Html :: form boilerplate 
Html :: class not working react 
Html :: simple form time input 
Html :: href action syntax 
Html :: how to make a div a checkbox html 
Html :: double range slider html 
Html :: ref attribute in html 
Html :: how to write < in html 
Html :: html5 time input 24 hour format 
Html :: 503 service unavailable error 
Html :: How to lazily load images or load only when scrolled 
Html :: use html code for close icon after zoom imgage 
Html :: (i=0;i<100;i++) 
Html :: add custom values in html tag 
Html :: Testing the dom api 
Html :: espaçamento bootstrap 
Html :: razor syntax autosum based on values 
Html :: how to read file over two directory back 
Html :: code html view mobile inspect link head metalink 
Html :: como ir para outra página em html 
Html :: export wp page to static html/css 
Html :: mobile width reads 980px ? 
Html :: How to open a mail box if click in pdf 
Html :: how to import html to html file to get code into the html file 
Html :: COMMENT EFACER UN BORDER DANS UN TABLAEAU 
Html :: script file not working in internet explorer 
Html :: arduino wireless communication 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =