I tried to find the answer here before I post this question, but they did not solve the problem that I have! I am wondering if I can encode all my scripts using jQuery, I already have good programming experience and a good understanding of basic / intermediate javascript (variables, variable scope, objects, closure) .. but I ran into a lot of incompatible / unreliable problems when I tried to create user interface files, for example, menus and special effects, in pure javascript, in addition, there are several tutorials for encoding them in Javascript / or very old ones that authors did not accept modern browsers in their consideration.
So the question is, is it bad to learn how to do these things, for example, as I mentioned, special effects, hm, maybe sorting the table using jQuery instead of studying bits of code that enliven :-) [bad English I know ;-)] with pure javascript! it makes me a base javascript programmer when my employer knows that I can only do this with jQuery, but not with javascript :)!
I previously looked at a similar issue in question , but I missed adding this extra request! Thank you in advance.
[ edit ]: yes, jeffamaphone, I consider myself an intermediate javascript programmer, thanks for your extremely quick response!
source share