And that's all you need to know about Javascript to continue.
现在你需要的是继续看下文。
In the browser load JavaScript from a script tag is non-blocking.
浏览器中通过Script标签加载JS都是非阻塞的。
The second page of the wizard is the Import JavaScript Library screen.
向导第二个页面是导入JS库。
Listing 8 shows a JavaScript file that includes comments and extra formatting.
清单8显示了一个包含注释和额外格式的文件。
JavaScript Study! Please click the left navigation select your learning content.
请点击左侧导航条选择你所需要的脚本学习内容。
You can add additional hints and drag sources dynamically to the form using JavaScript.
您可以添加额外的线索,并动态地拖放源。
Next, we need to assign the init() JavaScript function to the tag's onserverload event.
然后,我们需要将init() 这个JS函数指派给标签的onserverload事件。
If you're using a variable named loader you're just asking for a Javascript smack down.
如果你把一个变量命名成loader,那你是成心自找麻烦。
Another important feature of JavaScript frameworks is its improved support for event handling.
框架的另一重要特性是其改进的事件处理支持。
The WordPress plugin and Javascript code both enable Snipt integration on blogs and web sites.
利用 WordPress 插件和 JS 代码可将 Snipt 集成到博客和网站上。
The vast majority of JavaScript developers who answered the poll seem to favor semicolons, at 79.9%.
回答这个问题的绝大多数开发者(79.9%)都选择了分号。
Rauch: Node.js is a framework for building networked applications in JavaScript outside of the browser.
Rauch: Node . js是一个在浏览器外部创建互联网应用程序的框架。
The main qualities required are preparedness to work hard, ability to learn, javascript, ambition and good health.
重要必备素质是吃苦耐劳精神好、学习能力优、事业心强和身材棒。
As you can see, creating FBJS is very similar to JavaScript. Note, however, that this example may not work as expected.
正如你看到的,创建FBJS代码与标准的js非常相似。但是,这段代码并不像你期望的那样工作。
file, implement the following JavaScript function. It is bound to the onkeyup() event of the class_activity input field.
它一定是 class_activity 输入字段的 onkeyup() 事件。
Our goal is to make a tool that helps you to find errors in your JavaScript code and to enforce your favorite coding style.
它能够找出代码中的语法错误,并且建议更好的一种编码风格。 当然,它也不是强制性的非要你根据它规定的编码风格来做。
Your JSON document doesn't contain any markup, just the URLs and metadata for the images your JavaScript code turns into a slide show.
我们的JSON文档不包含任何标记,只包含要转换为幻灯片的图像的URL和元数据。
With JavaScript, it is possible to execute some code NOT immediately after a function is called, but after a specified time interval.
使用JS是可以让函数不直接执行的,而是在过了一个指定的时间间隔后才执行。这就叫做事件事件。
JavaScript vs. no JavaScript. In our weather example, we can modify the WML JSP to take into account the capabilities of the WML client.
在我们的天气示例中,我们可以对WML JSP进行修改,使它考虑进w ML客户机的能力。
Sometimes web designers will use JavaScript or other ways to automatically redirect visitors from one page to another for various reasons.
有时候,设计者会因为各种原因,利用JS或其它方法让用户从某一页进入另一页。
For example, assume you have a ticker object with two attributes: symbol and price. This is how you can define the ticker object in javascript.
例如,假设有一个含两个属性的ticker对象:symbol和price。
Using descriptive HTML elements with default behavior saves a lot of time writing JavaScript code to simulate the behavior with general-purpose DIVs.
使用默认行为的描述性html元素可以避免用大量代码模拟通用DIV的行为。
That basically means that you can't use JavaScript for key features of your website; key features like JavaScript enabled drop-down menus for navigation.
在网站上不能利用JS来设计网站的主要内容,比如说,不要利用JS设计下拉菜单,为用户导航。
The next step is to selectively hide and show the right entries based on the user's cookie. I added the following JavaScript to public/javascripts/application.js
下一步,根据用户的 cookie 选择性地隐藏和显示正确的条目。
System. Web. Script. Serialization namespace contains classes that provide JavaScript Object Notation (JSON) serialization and deserialization for managed types.
还提供用于自定义序列化行为的扩展性功能。
The XML parser will parse the script as an XML document unless you enclose your script in a CDATA block. Therefore, a JavaScript element would now look like this.
xml解析器将脚本解析成XML文档,除非您将脚本封装入cdata块中。
I pass the name of the function to the HTML button tag and exploit HTML's built-in event model. Using JavaScript, I'll often store functions in variables or arrays.
将函数名称传递给HTML button标记并利用HTML的内置事件模型。