Hello,
I'm a student web developer. I'm debugging some JavaScript code I just created that simply extracts a table, reorders it and replaces it when the user clicks on a button ('Order results' - top right of the table). (It's a small script).
It's for a PHP based polling application, completely of my own creation, which is under construction (only the JavaScript doesn't work).
You can see all the code if you use Firebug. Go to the following link and vote for something; that will take you to a page the JavaScript is located.
http://www.samuellockyer-development...s/examples.php
(I'm linking because I think the context of the page may help.)
(Notice the type error alert.) (Update: Not anymore.)
(There are NO syntax errors.)
You will find the area of the bug quickly by looking at the comments.
(Marked by !!BUG!!)(Update: Not anymore, look at the posts below to find them now.)
I am very new to JavaScript, but I wrote all the code, so I will be able to answer questions easily.
This is a last resort by the way, I need this to work within about two days and I would be SO grateful for any help!!
You can vote as many times as you like - I can just zero everything before I demo the app.
I'm a student web developer. I'm debugging some JavaScript code I just created that simply extracts a table, reorders it and replaces it when the user clicks on a button ('Order results' - top right of the table). (It's a small script).
It's for a PHP based polling application, completely of my own creation, which is under construction (only the JavaScript doesn't work).
You can see all the code if you use Firebug. Go to the following link and vote for something; that will take you to a page the JavaScript is located.
http://www.samuellockyer-development...s/examples.php
(I'm linking because I think the context of the page may help.)
(Notice the type error alert.) (Update: Not anymore.)
(There are NO syntax errors.)
You will find the area of the bug quickly by looking at the comments.
(Marked by !!BUG!!)(Update: Not anymore, look at the posts below to find them now.)
I am very new to JavaScript, but I wrote all the code, so I will be able to answer questions easily.
This is a last resort by the way, I need this to work within about two days and I would be SO grateful for any help!!
You can vote as many times as you like - I can just zero everything before I demo the app.
Comment