<div class="Test">
name - date //First name ,Last name - 7/24/2013
<button type="button"/>
How do i update the part of HTML text inside DIV using Jquery.
I need to update the date section alone inside the div. What i tried is like having the date section in a span with class name and update the text.
But there must be a way to update the text without having <span> .
Am looking for a fix without using
Thanks