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 …
HTML is a programming language. Just insert JS to start the party!
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 …
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 »
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 …
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 …
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 …
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 …