tags:

views:

122

answers:

0

When using jqModal how can I position the window relative to some element in the page. If I have $('#dialog').jqm(); for example, how can I tell it to position the window relative to the element with id #button -- perhaps a few pixels below or to the right. Thanks.