Forum: JavaScript programming
11-15-2012, 06:06 PM
|
|
Replies: 2
Views: 268
for loop help
I'm working on a random project that takes a lot of code so I'm trying to use javascript to make it easier.
This is what I want to do.
else if(x.className=="change0") {
x.className="change1";...
|
Forum: DOM and JSON scripting
11-06-2012, 03:20 PM
|
|
Replies: 1
Views: 793
Javascript and hexadecimal
I just started getting into javascript and I'm having some trouble.
I want it to work like this:
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
::selection {
|