Use Bjax manualy without jquery selector
JavaScript (add to page HEAD):
setTimeout(function() {
new Bjax({
'url': 'content2.html',
'target': '#content',
'element': '#content'
})
}, 5000);
Example HTML:
<div id="content">
Content 1
</div>
DEMO