Archive | Javascript RSS feed for this section

Simple JQuery Expandable Content Box

Just recently I have had to finally bite the bullet and learn some proper Javascript. Not just making text in input boxes disappear when the user clicks on them, I’m talking PROPER stuff like making boxes appear and disappear inside already existing content.

Continue Reading

JS Basics: How to get an HTML element by its ID in JavaScript

Hey all, I think I’m now comfortable enough to start writing about the basics of JavaScript. Though I will assume you know how to add JavaScript to a HTML page. So here we are, the most handy thing of all: how to get a reference to an HTML element by the ID number. document.getElementById(‘myElement’); This [...]

Continue Reading

JS Basics: How to Edit the CSS styles of an element in Javascript

Hey all, Sorry if this article is a bit late, i’ve been doing some major work and was too tired to write anything :P
I’ve actually started to learn the Internet beast Javascript, and i think its about time i shared some knowledge I’ve gathered from problems i had when starting out.

Continue Reading