This is my weather app http://codepen.io/cmwebby/full/vyKNPr/ . Could people test it for me for different weather types/locations? Being in sunny England all I can test is rain and cloud . Any other feedback/suggestions are appreciated.
It’s not clear the User is supposed to click on “System” icon for the weather data to be displayed. You can place code within $(document).ready(function(){}); or $(function(){}); for short to trigger code execution.
When you click on the “System” icon, weather data is displayed. But, it does not indicate for which location.
All <A> and <BUTTON> tags are missing TITLE attributes. They are necessary for disability accessibility and screen readers.