This is a simple panel with remote data loading. This content is loaded from a different source via ajax.
HTML: <div title="Title" id="id" href="remoteSimple.html" > content here.... </div> JS: $('#id').jPanel({ 'remoteDiv' : true });