Here’s what I decided, I’m going to go get a JS book from Barnes & Noble, read it, try to write my own code, after a while, I’ll migrate to a framework where I actually know what everything does. Thanks for the replies guys
I would advise against this approach. There are enough wheels out there, you don’t need to invent one. Just like any framework you must know the programming language that is based on pretty well. Just like you can write application with CI even if you don’t know PHP very well you can do the same with a javascript library. If you want to know Javascript very well than that’s a good approach. But from my experience Javascript is a bigger monster than PHP and the browser compatibility issues aggravates the problem.
jQuery is used now by Google Code and it’s main developer works at Mozilla. I could only dream to get to a level where I can say: “Well let’s see how much better I can do at this”.
Javascript is becoming more and more advanced and will become a language that will bring server resources to the client side (think offline applications). The increasing role of Javascript requires dedication. If you’re not aiming at becoming a very good javascript programmer there’s no point in learning javascript the hard way (aka: building your own framework)