is there an easy way to convert jquery code to javascript?

Posted by davidsleeps on Stack Overflow See other posts from Stack Overflow or by davidsleeps
Published on 2009-06-11T00:39:41Z Indexed on 2012/09/20 15:38 UTC
Read the original article Hit count: 218

Filed under:
|
|

hopefully the question doesn't sound stupid, but there are lots of examples out there of achieving certain things in javascript/dom using jQuery. Using jQuery is not always an option (or even a want) which can make understanding the examples of javascript solutions written in jQuery hard.

Is there an easy way to convert jQuery code to regular javascript? I guess without having to access or understand the jQuery source code...

edit (future readers): pretend there is a logical reason why jQuery isn't available!

edit (almost 3 years since I asked this): there is no logical reason why jQuery isn't available :P

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery