Closed KPRATIK closed 11 years ago
It seems that in the last commit, onPreStart has become mandatory. A quick fix is adding it to your options, e.g.
jQuery(document).ready(function($) {
$(".bt-fs-dialog").fSelector({
onSubmit: function(response){
// example response usage
alert(response);
},
onPreStart: function(){
}
});
});
Thanks this worked
I have copied all the files on my server. When i click on the link to open friend selector window I get following error message:
Uncaught TypeError: Object #
Could you please let me know whats wrong here?