Call a jquery plugin method once started?
Hello,
I'm using a jquery plugin that create a fance dialog box when clicking on a lick
it works really well.
But what i'm trying to do it's this:
- i click on a link --> it loads that the dialog via a ajax call (href="test.html")
- the content of test.html is loaded and poped
- in my html coontend i have put and other link (lets say: <a href......blbla>
I would like. that when i click on that lick the onclick method close the popup.
the close method already exist in the simpleDialog plugin. but it is only called from the "inside" of the plugin.
what i would like to do it is close that popup from a javascript onside my loaded html page.
Is it possible to manage to do that?
thanks