Single Post Like Button Animation Is Working But Multiple Post Mean First Post Button Only Working
I have code in like button code with css here single news-feed mean button is working but multiple news-feed mean first post button only working if i click other post button also f
Solution 1:
Change 1) id="checkbox-ins" to class="checkbox-ins" 2) In css styles change all #checkbox-ins to .checkbox-ins
Post a Comment for "Single Post Like Button Animation Is Working But Multiple Post Mean First Post Button Only Working"