Vertical Marquee using jQuery

This is from the page How to Have the Marquee Effect without Using the Marquee Tag (with CSS, JavaScript and jQuery).

Message 1

Message 2

Message 3

Message 4

Message 5

Substituting Line Breaks

Based on this question in WordPress support forums. There is a post that contains one big paragraph using line breaks to separate the lines. See if Javascript can be used to change the line breaks to paragraph end and begin tags.

This is paragraph 1.
This is paragraph 2.
This is paragraph 3.
This is paragraph 4.

Remove DIV using jQuery Based on CSS Value

This is an exercise to see if a DIV could be removed from a page using jQuery by selecting based on a CSS value. It is based on this WordPress support question. What’s happening to the author’s site is that there are a number of rogue DIVs which have a CSS left property set to -9999px, which is creating a huge blank left margin. Was able to hide the DIVs using CSS on desktop, but still showing up on mobile.

There is a “rogue” DIV after this paragraph with the left CSS value set to -99. The jQuery should remove it.

This is a rogue DIV.

The rogue DIV is before this paragraph.

Input Field Validation

Cesium

This is a basic viewer using the Cesium javascript library. The example code can be found here.