Forgot password? Don't have an account?
It looks like you’re new here. If you want to get involved, click one of these buttons!
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() );
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…