Misc
Use this inside the template you want the files included to. I will hook up the script to the template’s <head> section. function mypage_head() { echo ‘<link rel=”stylesheet” type=”text/css”...
Misc
https://www.w3schools.com/howto/howto_js_form_steps.asp
Misc
Hammer.js adds touch Gestures to web page Hammer is an open-source library that can recognize gestures made by touch, mouse, and pointer events. It doesn’t have any dependencies, and it’s small, only 7.34 kB minified + gzipped! Supported gestures:...
Misc
xZoom is a responsive, touch-friendly jQuery zoom gallery plugin designed for e-commerce websites that enable you to generate a pretty nice product gallery with thumbnail navigation and smooth image zoom support. Compatible with jQuery Fancybox and Magnific Popup...
Misc
Input Placeholder This css snippets can be used to style placeholders of entire website or any form element ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: pink;}::-moz-placeholder { /* Firefox 19+ */ color: pink;}:-ms-input-placeholder { /*...