Mike
29p28 comments posted · 0 followers · following 0
8 weeks ago @ m i k e b r e v o o r t - JQuery Facebook Multi-... · 1 reply · +2 points
I fixed the two demos:
http://mbrevoort.github.com/jquery-facebook-multi-friend-selector/index.html
http://mbrevoort.github.com/jquery-facebook-multi-friend-selector/list.html
12 weeks ago @ m i k e b r e v o o r t - JQuery Facebook Multi-... · 0 replies · +1 points
Sent from my iPhone
16 weeks ago @ m i k e b r e v o o r t - JQuery Facebook Multi-... · 0 replies · +1 points
Sent from my iphone
36 weeks ago @ m i k e b r e v o o r t - JQuery Facebook Multi-... · 0 replies · +2 points
45 weeks ago @ m i k e b r e v o o r t - JQuery Facebook Multi-... · 0 replies · +1 points
54 weeks ago @ m i k e b r e v o o r t - JQuery Facebook Multi-... · 0 replies · +1 points
Sent from my iphone
54 weeks ago @ m i k e b r e v o o r t - JQuery Facebook Multi-... · 1 reply · +1 points
I pushed several updates over the last two days that address many of the requests listed as Github issues (the preferred way) and commented here. Take a look at the README for details but things like preselected friends, excluded friends, custom sorting, lazy loading of images for large numbers of friends and performance improvements are included.
https://github.com/mbrevoort/jquery-facebook-mult...
Thanks,
Mike
65 weeks ago @ m i k e b r e v o o r t - Grails Solr Plugin Pro... · 1 reply · +1 points
Though I'm also starting to look at the multi-core support Jan Rudert added in his fork: https://github.com/campariorange/grails-solr-plug...
66 weeks ago @ m i k e b r e v o o r t - Grails Solr Plugin Pro... · 0 replies · +1 points
73 weeks ago @ m i k e b r e v o o r t - JQuery Facebook Multi-... · 0 replies · +1 points
$("#jfmfs-container").jfmfs({ max_selected: 3, max_selected_message: "{0} of {1} friends chosen"});
The {0} is replaced with the number selected and the {1} is replaced with the total number. I suppose I should have another option to pass in the number remaining...
If you set max_selected = -1, there will be no limit and that message shouldn't show.
If you set the max_selected to 1, when you click on another item it will change the selection from the previous selection to the one you just clicked on.
Hope that helps
Mike
Production