Answer the question
In order to leave comments, you need to log in
Why is the title not displayed when clicking on the element?
There is a list that is displayed using vue
<ul id="app">
<li v-for="item in items">
<p class="post" id="p1">{{ item.title }}</p>
<p>{{ item.subtitle }}</p>
<p>{{ item.datePostCreate }}</p>
<p>{{ item.text }}</p>
</li>
</ul>
$(".post").click(function(){
alert($(this).text());
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question