This is a panel with remote data loading. This content is loaded from a different source via ajax through POST and the specified form data are sent to the href url as data.
The ajaxTimeout option allows you to set time out in milliseconds for the request.

Mark up

HTML:
<div title="Title" id="id" href="remoteForms.html" formids="form1,form2" method="POST" > content here.... </div> JS: $('#id').jPanel({ 'remoteDiv' : true, 'ajaxTimeout' : 50000 });