Hello,
I have been using JavaScript and jQuery a lot lately and I think I can do just about anything I want with it by just Googling and reading tutorials... But often I notice that my coding style differs a lot from what's provided by other people, for example I only just recently found out about shorttags for if/else statements. Or I have never used try/catch. But still, my code works and I can do everything, but it's not very "professional" and often not so efficient.
All books about JS or jQ that I've read so far often cover the same topics or introduce methods of doing things. I don't want that, but I want to improve my coding style. Are there any good books or websites out there that I should read?