大约有 6,405 项符合查询结果(耗时:0.0098秒) [XML]
what is the difference between ajax and jquery and which one is better? [closed]
...end/retrieve data to be used on the web page. AJAX stands for Asynchronous Javascript And XML. It uses javascript to construct an XMLHttpRequest, typically using different techniques on various browsers.
jQuery (website) is a javascript framework that makes working with the DOM easier by building ...
JavaScript and Threads
Is there some way to do multi-threading in JavaScript?
13 Answers
13
...
Pro JavaScript programmer interview questions (with answers) [closed]
What are good questions to determine if applicant is really a pro JavaScript (browser side) developer ?
8 Answers
...
What exactly is Type Coercion in Javascript?
What exactly is type coercion in Javascript?
10 Answers
10
...
Global variables in Javascript across multiple files
A bunch of my JavaScript code is in an external file called helpers.js. Inside the HTML that calls this JavaScript code I find myself in need of knowing if a certain function from helpers.js has been called.
...
Where to place JavaScript in an HTML file?
Say I have a fairly hefty JavaScript file, packed down to roughly 100kb or so. By file I mean it’s an external file that would be linked in via <script src="..."> , not pasted into the HTML itself.
...
DateTime to javascript date
From another answer on Stackoverflow is a conversion from Javascript date to .net DateTime:
10 Answers
...
Executing JavaScript without a browser?
I am looking into Javascript programming without a browser. I want to run scripts from the Linux or Mac OS X command line, much like we run any other scripting language (ruby, php, perl, python...)
...
Is Javascript compiled or an interpreted language? [closed]
Can Javascript be called a pure interpreted language? Or does it also have some compiled flavor to it? Could someone guide at the reasons behind both the things whichever being true.
...
Do HTML5 Script tag need type=“javascript”? [duplicate]
Do in HTML5, the <script> tag need attribute type="text/javascript" ?
I mean isn't it obvious if the <script> tag will be contains javascript?
...
