How would i get my cursor to change to this loading icon when a function is ca
Using jquery and css :
$("#element").click(function(){ $(this).addClass("wait"); });
HTML: Click and wait
Click and wait
CSS: .wait {cursor:wait}
.wait {cursor:wait}
Demo here