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
2010/05/05
5:18 UTC
Read the original article
Hit count: 273
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!
© Stack Overflow or respective owner