iButton event handler question

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

  1. $(document).ready(function (){ 
  2.   $(":radio").iButton(click: null); 
  3. }); 
how to write href target on that click function ?
    • Topic Participants

    • aikju