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 »

So, today I have made a pretty simple application – and the word pretty stands for small, not for a synonym of beautiful 🙂 The reason for making this application was my awful internet connection – I feel like I …

Java Script – Basic Functions, Global Variables, Getting Elements by Tag Name, Event Objects Read more »