javascript - V8 Engine Embedded -


i following tutorial online nodejs , stated nodejs c++ program embeds v8 js engine in provide features js. whenever v8 engine sees particular keyword not in ecamscript standard, invoke written c++ code particular keyword.

my question jquery utilize method well? since jquery written in pure javascript utilize ecmascript standards of js provide dom manipulation, ajax, json parsing, etc.? or dom manipulation , features not in standard in js, features made available through google chrome c++ program or browser.

your understanding of how node.js works bit off, no matter because jquery 100% javascript. it's library written in javascript. entirely through javascript. there no native code in jquery.

everything jquery built on top of existing javascript functions exist in browser.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -