I'm thinking it's my JavaScript. I mentioned in the other post that we should use
Code:
£
. It needs to replace the £ sign in the label next to the check box. When I replace it in FireBug, before it submits, there is no  before it. But that's replacing it directly in the hidden input. I wonder if it could be that since I'm pulling innerText/textContent, it's converting it back to the ANSI character.
We can add a simple statement to the valid.js to replace it before it goes into the inputs. On line 331, in valid.js replace
I tried it and then saw the form wasn't expanding at all. I looked at the line and then saw a ) was missing and after adding the last bracket, it worked!! I'm impressed that I'm beginning to learn JavaScript from you thanks to this forum.
Well you inspired me to think James I'm now comparing the script you sent me against the script I had to learn the changed you made and which lines are doing what. That's the only way to learn along with the videos of JavaScript Gurus...
Honestly, the best way I've found to learn (after I learned the basics) was to come here and solve problems..... I'm no expert, hence the frequency of mistakes I make, but I'm way ahead of where I was just 1 month ago, because I've been answering questions here.
The important thing is that I'm getting experience and learning problem solving skills. It's pretty cool. obviously I'm no where near the level that Kor is at, and I know that. Kor is a good teacher, while I spend time here trying to learn and putting less emphasis on helping the people here learn than on just doing the work myself and gaining all the wisdom and experience from the problem (why would I want other people to be able to do something I can get paid to do :P)
True that James, True that. I can only hope that I can do the same. In fact let me browse through some threads and try. One thing I noticed. Crocker's videos are advanced for a newbie like me. I like videos rather than reading. Can you suggest more basic videos on JavaScript from reputable gurus? I want to learn from the best if possible.
Bookmarks