Welcome to the jKit community. This is the place to discuss everything on and around jKit. Be friendly and I’m sure other members will be friendly with you, too.
How to catch event
  • HI~

    How to catch “clicked” event, by use javascript?

    $(‘a’).jKit(‘lighobox’).on(‘clicked’, somefunction);

    Thank anyone reply.

  • You first have to give your lightbox a key and than use something like:

    $('body').on('yourkey.clicked', somefunction() );
    
    Creator of jKit – www.fredibach.ch
    Thanked by 1getcase
  • Thanks for your answer.

    But I don’t know how to get my libhtbox a KEY?

  • I use “commandkey” in the option, but will cause error. I try any kind of option, but…