I am currently working on designing an HTML page that is responsive for both mobile and desktop browsers.
One issue I am encountering involves a jQuery dialog that I need to scale properly to fit the page. I believe the problem lies within these lines of code:
$("#dialog").dialog({ minWidth: minW,minHeight: minH });
$("#dialog").dialog().position({ my: 'center', at: 'center', of: '#base' });
Click here to view the page.