I have an object (in this case a rating object from js-kit) that I want to make invisible if the rating value is \'unrated\'. I\'m having trouble with getting the right jQue
Perhaps the issues is with the :contains('Unrated') part of the function. As changing the text to any random value produces the same result:
:contains('Unrated')
$("#ratingDiv:contains('somerandomtext')").hide();