Hello,
I have this bit of code:
$('#estimationcost_' + panelId).position({my:"right top", at:"right bottom", of:"#estimationtable_" + panelId});
The estimationcost object is a div.
The code is called on page load but also when the user clicks an add button that results in a cloned table, which also needs to have an estimationcost box present under the bottom right corner.
The code works fine unless the bottom of the table does not appear within the browser window view without first scrolling. In that case it places the estimationcost div to the TOP right of the table instead of the bottom.
Is this a bug, and if so is there a workaround or projected fix? Or am I doing something wrong?
Any help would be greatly appreciated.
Thanks.
Jason