dejanstojanovic / Facebook-Album-Browser

jQuery plugin for browsing public albums of a Facebook account
http://dejanstojanovic.github.io/Facebook-Album-Browser/
MIT License
74 stars 42 forks source link

photosCheckbox #5

Closed deejay87 closed 9 years ago

deejay87 commented 9 years ago

Hello I don't understand what the photosCheckbox do if it enabled Thanks :)

dejanstojanovic commented 9 years ago

It collects images you picked into an array, so you can use them. You can use plugin as a picker with preview if you enable it

deejay87 commented 9 years ago

can you explain a little more, cause i don't have really undestand, where did you "picked into an array" ? thanks

dejanstojanovic commented 9 years ago

First If you check photo, you will have event "photoChecked" raised from the plugin. All checked images (at least meta of the image with id and url) are stored in plugin array "checkedPhotos" (line 17 of the current version of jquery.fb.albumbrowser.js)

I hope this helped you. As soon as I find some time, I'll add this with more details to documentation.