So I have tried to learn a little about jQuery and its DOM functions and this is what I have managed to do today – an example with “insertBefore”, “prependTo”, “insertAfter” and “appendTo”. Pretty much that is what the example …

jQuery – DOM – InsertBefore, PrependTo and other examples Read more »

The idea here is to try to start the YouTube clip, which is embedded in the light blue square, just bellow the jelly fish. I am using mouseout, mousemove and click events with JQuery to illustrate their way of working. …

JQuery Strange Game – A way to tease yourself with JQuery events Read more »

Ever wondering how to select children in JQuery? No? Then skip to the next article. My case is the following – I present a div with divs, and I try to select its children, changing the borders and the background. …

JQuery – Select First, Last, Nth, Second Children Read more »

Some years ago, while I was writing my master thesis (I have two of them in two different languages), I remember that I was told that I should write something that is not written before and I should convince the reader …

JQuery – Randomize Anything – Random Numbers with Random Colors Read more »