Monday, January 27, 2014

WTF-of-the-day: jQuery + iOS + click event

According to this discussion jQuery won't detect click events on iOS until a "pointer" cursor is applied to the clickable elements via CSS.


Saturday, January 4, 2014

CSS cursor property "not working"

If the CSS cursor property isn't working it might be not your fault.
Check instead whether you have opened your browser's developer tools, because when viewing the page with them switched on the cursor shown is always the default one.

This little issue had me scratch my head for some minutes with Chrome.