The close event is not triggering for me. When I inspect the code I
see the following.

     if (!selector) {
        selector = $this.attr('href')
        selector = selector && selector.replace(/.*(?=#[^\s]*$)/,
'') //strip for ie7
      }

      $parent = $(selector)

      $parent.trigger('close')

In the examples, the selector would of course then be '#' so you have
this running the jquery, $('#') to get the parent. Of course that
returns an empty list. So the event just goes poof and disappears.

Is this a bug, is my html wrong, are the docs wrong, should I hack at
this till it works for me?

Thanks

Reply via email to