Why Is Button Not Toggling
i am working on a website where users can send friend request, accept request and cancel request. I have a problem on button toggling, when a user send me a friend request the bott
Solution 1:
There is no mentioning of what should happen on clicking "follow back" Use javascript onclick() function to define that on clicking of "follow back" button it should change to "following back".
Post a Comment for "Why Is Button Not Toggling"