JSFiddle - React, Tailwind, and code Playground
by ibasoglu
HTML
<div>
<p></p><br />
</div>
JavaScript
$(document).ready(function(){
$('div').html($('*').length+' element seçildi');
});
by ibasoglu
<div>
<p></p><br />
</div>
$(document).ready(function(){
$('div').html($('*').length+' element seçildi');
});