<div id="foo">yyy<span>xxx</span></div>
I have the the above structure for my html. I want to insert some content at yyy position. Can you let me know what will be the selector for it?
I would pass that selector to somefunction and that function will do $(selector).html('content')