4
votes
2answers
146 views

Refactoring advice needed for jQuery post

I have taken a stab at creating my first jQuery script from scratch. I use this to post an update to a Django application that allows a user to "follow" another user. I am sure that there are better ...