SyntaxFix
Write A Post
Hire A Developer
Questions
You can try below code:
$("Your button id or class").live("click", function(){ $('#detailInfo').html('set your value as you want'); });
Good Luck...