iButton event handler question
how an event handler works if a plugin has an option like:
click: null
to get a function of
href ?
lets say like
- $(document).ready(function (){
- $(":radio").iButton(click: null);
- });
how to write href target on that
click function ?