Home › Forums › JavaScript › I must be close…jQuery bounce(); effect??? › Reply To: I must be close…jQuery bounce(); effect???
October 10, 2014 at 7:32 am
#185968
Participant
Yes!
Thanks @Senff
I cleaned up my HTML a little bit by wrapping it into a div and instead of using .toggle
in my JS I used .effect
.
http://codepen.io/Watson90/pen/LCyaG
Am I right in thinking that there is a .bounce();
feature in jQuery UI?
Thanks man