window.onload = function() { $('.glyphicon-resize-full').bind('click', function(params) { $(this).toggleClass('active') }) }