codersgrave / Facebook-Friend-Selector

This repo is no longer maintained. Feel free to fork and update!
http://facebook-friend-selector.codersgrave.com
64 stars 22 forks source link

Fix checkbox selection bug #16

Closed smilli closed 10 years ago

smilli commented 10 years ago

-Checkboxes by people’s names would previously only be selected the first time you clicked someone’s name. If you clicked them again, the checkbox would remain unselected. (Provided of course that you didn’t click the checkbox part of the name) -Using jQuery prop instead of attr fixes this problem -Reminified the friend-selector js as well

onder-yuce commented 10 years ago

Thanks smilli :+1: