Is it possible to use mulitple HTML div elements inside one JS object property (content in the example below):
$.Box({
title : "Title",
content : "<table id='1'></table>",
"<table id='2'></table>"
});