boxy

How to get instance of Boxy from within its contents?

Hi How can i access the Instance of Boxy within its contents. I have a Link that loads a form in Boxy. Its displaying the boxy popup and its working fine. Now i want to access the instance of the boxy from form submit function. How can i do this. I have the code below. $('a.boxy').boxy({ modal:true, sho...

jQuery Delegating to Close Boxy Dialogs

currently, i am using the following to close a dialog <button onClick="Boxy.get(this).hideAndUnload(); return false;">Cancel</button> but i want to do something like <button class="btnCancel">Cancel</button> to close the dialog i tried to use jquery delegate() to close the dialog but it does not work. fyi, i am loading the whole f...