**Problem:** I want to display different images based on the members level of contributions and the number of points they have. It can be a syntax error but I am just not sure as I am new to jQuery. But the baseline of my code is if a person has 10 points and 0 contributions show this blue headline image and show contacts image. If a person has 5 or fewer contributions and less than 10 points only show add contacts image not the blue headline image. Depending on the user contributions and number of points will change.
Here is my jQuery
if (parseInt($('.homepage-stats-section-data').val(), 10 === 0)) {