Skip to main content
added 10 characters in body
Source Link
Giacomo1968
  • 26.1k
  • 11
  • 75
  • 104

If you're using jQueryUI, there is pulsate function in UI/Effects

$("div").click(function () { $(this).effect("pulsate", { times:3 }, 2000); });

$("div").click(function () {
      $(this).effect("pulsate", { times:3 }, 2000);
});

http://docs.jquery.com/UI/Effects/Pulsate

If you're using jQueryUI, there is pulsate function in UI/Effects

$("div").click(function () { $(this).effect("pulsate", { times:3 }, 2000); });

http://docs.jquery.com/UI/Effects/Pulsate

If you're using jQueryUI, there is pulsate function in UI/Effects

$("div").click(function () {
      $(this).effect("pulsate", { times:3 }, 2000);
});

http://docs.jquery.com/UI/Effects/Pulsate

Question was for jQuery, answer appeared to apply to jQuery but requires jQueryUI
Source Link

NowIf you're using jQueryUI, there is pulsate function in UI/Effects

$("div").click(function () { $(this).effect("pulsate", { times:3 }, 2000); });

http://docs.jquery.com/UI/Effects/Pulsate

Now there is pulsate function in UI/Effects

$("div").click(function () { $(this).effect("pulsate", { times:3 }, 2000); });

http://docs.jquery.com/UI/Effects/Pulsate

If you're using jQueryUI, there is pulsate function in UI/Effects

$("div").click(function () { $(this).effect("pulsate", { times:3 }, 2000); });

http://docs.jquery.com/UI/Effects/Pulsate

Source Link
SooDesuNe
  • 10k
  • 10
  • 59
  • 91

Now there is pulsate function in UI/Effects

$("div").click(function () { $(this).effect("pulsate", { times:3 }, 2000); });

http://docs.jquery.com/UI/Effects/Pulsate