just go on http://www.ericmmartin.com/projects/simplemodal-demos/ and download the very simple example : OSX Style Dialog
and try it your self ! On 24 jan, 23:41, Nathan Klatt <n8kl...@gmail.com> wrote: > On Sun, Jan 24, 2010 at 4:05 PM, infojava <infojava2...@gmail.com> wrote: > > when we click on the a.osx it calls this function ! > > but $("a.osx").click; doesn't work > > Sorry, dude - I'm at a loss. I assume the lack of parens after click > (should be '$("a.osx").click();' not '$("a.osx").click;') is a typo? > Could you point to a page that does this? Or maybe put together a > small example of the issue at one of the collaborative Javascript > sites, like jsbin.com, or something? > > Nathan