jquery-steps missing CSS file

As the user adeneo said in 2013, the Git Repo contains a demo CSS file if you wish to use it – Demo CSS Additionally, in the Git Repo under Getting Started, Step 2 shows jquery.steps.css included in the HTML. Here is the HTML referenced in the repo: <!DOCTYPE html> <html> <head> <title>Demo</title> <meta charset=”utf-8″> … Read more

Subtitles for with , how to display the subtitles

I’ve tested this out without jquery — as taylor-newton mentioned, you’ll need to create a tag for your text to appear in. document.getElementById(‘my-audio-player’).textTracks[0].addEventListener(‘cuechange’, function() { document.getElementById(‘my-subtitle-display’).innerText = this.activeCues[0].text; }); This does work with subtitles from audio tags too and using kind=”subtitles” in your track tag works with audio as well.

Changing CSS transform on scroll: jerky movement vs. smooth movement

You are able to get a visual performance boost by implementing will-change on elements. It is supported in recent browsers (excluding edge and no IE). The will-change CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can … Read more

What is display:ruby

From HTML5 docs The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. Ruby annotations are short runs of text presented alongside base text, primarily used in East Asian typography as a guide for pronunciation or to include other annotations So you basically use it for pronunciation of … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)