0 Terrill posted Get value of div content using jquery how to Get value of div content using jquery ? Edit Question
1 ravi answered Jun 10 '21 00:00 <div id="placeholder" class="placeholder">Samsung</div> following code will extract the text by selector $(".placeholder").text(); or $(".placeholder").text(); Edit Answer