Earlier quoted context omitted.
Yeah, but node.js is a framework, not pure js, and I suspect it doesn't do DOM-related stuff. jQuery is probably better suited for general in-browser javascript.
This reasoning seems fundamentally confused, so I feel like clarifying some concepts: On Runnable you can create basic client-side JavaScript files to be run in the browser (without jQuery) and do window and DOM manipulations. Node.js isn't a framework for the browser (like jQuery), but a server application platform (with a bunch of objects and functions). "Pure js" doesn't exist as an environment. It runs within a p…
Runnable – jsfiddle for everything
101–105 of 105 posts
Re: Runnable – jsfiddle for everything
#102Earlier quoted context omitted.
This reasoning seems fundamentally confused, so I feel like clarifying some concepts: On Runnable you can create basic client-side JavaScript files to be run in the browser (without jQuery) and do window and DOM manipulations. Node.js isn't a framework for the browser (like jQuery), but a server application platform (with a bunch of objects and functions). "Pure js" doesn't exist as an environment. It runs within a p…
Yes, but jQuery is not the only way to use javascript in the browser. Why that restriction?
The project template comes with jQuery pre-installed. However, it can easily be removed.
I guess the people behind Runnable assumes that it's more convenient to have to remove jQuery than having to add it for each new JS project, and personally I agree with that assumption.
Hope this helps!
Re: Runnable – jsfiddle for everything
#103Re: Runnable – jsfiddle for everything
#104Edit: Please don't say advertising, that would be probably the most obvious choice, however still... Are there other ways?