I've gone through several of the questions similar to mine, and have tried to implement their solutions, but I haven't managed to get any to work.
This is the js code I am using on my live site:
jQuery(function($){
$(".icon_circle").click(function () {
$('circle').removeClass('clicked');
$(this).addClass('clicked');
});
});
Here is the jsfiddle: http://jsfiddle.net/AKXTV/3 (it is adapted from jQuery SVG removeClass())
Here is my live site: http://watchcampfire.com/pre
Edit: Looks like it isn't working in bootply either, so it may be an issue with it working alongside some Bootstrap coding. http://www.bootply.com/120685