1
I have a div and inside it a header (H3) and a button, I want when I press this button, change the content of the text and button, with a new text and a new button with a fadeOut effect for the current text/button and Fadein for the new text/button! how can I do this ?
<div class"h1 text">
<h3 class="ui header">O texto a ser alternado</h3>
<button class="ui button">button</button
</div>
Instead of describing your html it would be better to include in the content of the question.
– Leandro Angelo
"I have a div" ok pole so we can help .
– Maurício Z.B
code added
– FoX