5 ms·
Facebook wouldn't let me invite my friends... jQuery to the rescue!
- broodsugar 14y agoSneaky, and enormously helpful.
- fotoflo 14y agoYou can pretty much use this trick everywhere...
- laxlaxy 14y agoI doubt this works. All it does is change the client side DOM. When the form gets sent to the server they can still ignore those friends.
- fotoflo 14y agoThank you. I went back and looked, and you're right, it seems that it didnt submit ALL friend requests, only about a hundrad apperently. You can use this jQuery to click all friends who are clickable: 1) jQuery(".fbProfileBrowser .fcb.fwb.text").click()
- junto 14y agoA good example of why you should always fall back to validation on the server. Never trust the client.
- mattlovett 14y agoGood workaround!