Category: JavaScript

HTML is a programming language. Just insert JS to start the party!

AngularJS – Make a scope function with Angular

In the current article, I would simply make a scope function with Angular JS. This is always useful to have in your toolbox:   Yup! The code is simple and the idea came from this app here, but mine is

Tagged with: ,

JQuery Strange Game – A way to tease yourself with JQuery events

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.

Tagged with: , , , ,

JQuery – Select First, Last, Nth, Second Children

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.

Tagged with: , , ,

JQuery – Randomize Anything – Random Numbers with Random Colors

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

Tagged with: , , ,

jQuery – a Simple Example With Two Links

Today I have started to take a better look at JQuery. And it seems wonderful! Indeed. Full of wonders 🙂 Thus, I have started to code something trivial – like the picture below: With JQuery, this click option of the

Tagged with:

JavaScript – Format HTML with JavaScript code

Have you ever tought of formatting HTML with JS in stead of CSS? Why have you tought about it? Anyway, if playing with formats is your thing, here is a small example how to achieve the following picture with JS

Tagged with: ,

JavaScript – A function, calling a function! :)

Hallo Leute! 🙂 Today I was putting some more efforts in JavaScript, and I think I have finally realized how the how the trick with a function calling a function is actually done. Now, lets imagine the following easy scenario for

Tagged with: , ,

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

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

Tagged with: , , , ,
Top