is there an easy way to convert jquery code to javascript?
- by davidsleeps
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!