Practical examples of HTML, CSS and JavaScript

Dear fellas, holidays are over the corner and I don’t want you to get bored 😛 Some friends asked me about writing full (easy) practical examples in HTML, CSS and JS. So, I did a mix where you can find a nice variety. Hope you like it and enjoy your days off ^^

Practical examples of HTML, CSS and JavaScript on Medium.

Adapting coordinates order

Sort an array of numeric, alphabetic and alphanumeric values

Thanks to japanfever who basically reached this one line approach!

Toggle input checkboxes clicking their parent area

Without JavaScript:

Thanks to japanfever

Cursor waiting and not pointer events while waiting for a server answer and/or data processing

Keep in mind that you cannot change your cursor if you avoid pointer events, to do it properly set the cursor property in the body and the pointer-cursor property in all its descendants.