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 ^^
http://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.png00Génesishttp://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.pngGénesis2017-12-19 19:20:152020-05-04 19:32:49Practical examples of HTML, CSS and JavaScript
http://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.png00Génesishttp://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.pngGénesis2017-12-12 14:11:332017-12-22 14:47:41Adapting coordinates order
Thanks to japanfever who basically reached this one line approach!
http://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.png00Génesishttp://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.pngGénesis2017-11-24 15:51:302017-12-03 18:41:28Sort an array of numeric, alphabetic and alphanumeric values
http://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.png00Génesishttp://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.pngGénesis2017-11-09 17:45:302017-12-12 13:20:18Toggle input checkboxes clicking their parent area
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.
http://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.png00Génesishttp://gengns.com/wp-content/uploads/2015/05/logo-onepage-300x66.pngGénesis2017-10-24 15:50:252017-10-24 15:53:12Cursor waiting and not pointer events while waiting for a server answer and/or data processing
Practical examples of HTML, CSS and JavaScript
/in CSS3, HTML5, JavaScript/by GénesisDear 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
/in JavaScript/by GénesisSort an array of numeric, alphabetic and alphanumeric values
/in JavaScript/by GénesisThanks to japanfever who basically reached this one line approach!
Toggle input checkboxes clicking their parent area
/in CSS3, HTML5, JavaScript/by GénesisWithout JavaScript:
Thanks to japanfever
Cursor waiting and not pointer events while waiting for a server answer and/or data processing
/in CSS3, HTML5, JavaScript/by GénesisKeep 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.