Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $("#stopSliderBtn").click(function () {
  2. $(this).text(function(i, text){
  3. return text === "Fortsätt bildspelet" ? "Stoppa bildspelet" : "Fortsätt bildspelet";
  4. })
  5. });
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement