hidecancel.js 93 Bytes BlameHistoryPermalink Edit 1 2 3 4 $(document).ready(function() { $(".rating-cancel").hide(); alert("trying to hide"); });