For some use-case I need to use friendselector function using jquery'on (http://api.jquery.com/on/)
Could you please help me how can I use this function with jquery's on:
$(".bt-fs-dialog").fSelector({
onSubmit: function(response){
// example response usage
alert(response);
}
});
For some use-case I need to use friendselector function using jquery'on (http://api.jquery.com/on/) Could you please help me how can I use this function with jquery's on: $(".bt-fs-dialog").fSelector({ onSubmit: function(response){ // example response usage alert(response); } });