Search Results

0
votes

Should I learn/become proficient in Javascript?

If you are a webdev then yes, you should be proficient with Javascript. Javascript is a major part of making web apps as interactive as desktop apps. With that being said, learn to use one …
0
votes

JavaScript ranging gone wrong

First, I highly recommend Firebug for debugging Javascript on FireFox. It pointed me to the setEnd line immediately. Now to the getting you to the answer. The second parameter of setStart a …