javascript
美
英 
例句
First, if you've read this series faithfully, you know how to use the DOM, a JavaScript-friendly API with which you can manipulate XML.
首先,如果您一直忠实地阅读这个系列,那么您已经学会了如何使用DOM这种对JavaScript友好的API来操纵XML。
With these security considerations in mind and a working applet, we are now ready to use the applet from JavaScript.
牢记这些安全事项并且拥有一颗可以正常工作的Applet后,我们现在已经准备好从JavaScript使用Applet。
In just a few lines of code, you're intercepting the normal submittal of an HTML form and executing some custom JavaScript code instead.
通过少量代码,您就截取了一个HTML表单的正常提交,并执行了一些定制JavaScript代码。
In a real application, you would be likely to put a library of useful JavaScript functions into such an external file.
在实际的应用程序中,很可能要把必要的JavaScript函数库放在这类外部文件中。
Next is the name of the JavaScript function that you want Flash to call when it gets a response from the server.
下一个是JavaScript函数名,此函数在获得服务器响应后由Flash调用。
The first bit of the code uses basic JavaScript code to grab the values of a few form fields.
开始的代码使用基本JavaScript代码获取几个表单字段的值。
The DWR framework allows you to call methods on your Java classes directly from JavaScript code.
DWR框架支持从JavaScript代码中直接调用Java类上的方法。
In the previous example, you've seen that it is possible to call Java methods from JavaScript.
在之前的例子中,您已经看到了从JavaScript调用Java方法是可行的。
One of your options is to embed JavaScript within the style sheet, either directly or as an external file.
选择之一是将JavaScript直接或作为外部文件嵌入样式表。
It's very easy to sign up with 103bees and you only have to copy one line of Javascript code into the template file for your web site.
这是很容易去签字与103bees和你只需要拷贝一条线的javascript代码到模板文件,为你的网站。
All that's really left is to call that first JavaScript method and start the whole process.
所有这些实际上都依赖于调用第一个JavaScript方法,它启动了整个过程。
You can copy the JavaScript files contained in the unzipped release folder to your application server, as you would any other . js scripts.
您可以将解压的发布文件夹中的JavaScript文件以及其他任何.js脚本复制到您的应用程序服务器。
You use the command line just like any other command line; it executes all the JavaScript you write as if it were part of the page.
这种命令行的使用方式与其他命令行一样;它执行您编写的所有JavaScript代码,好像它们就是页面的一部分一样。
Stay tuned for the next part of this series where you'll learn how to call remote JavaScript functions with Ajax.
请您继续关注本系列的下一篇文章,在该文章中,您将了解如何用Ajax调用远程JavaScript函数。
You can always access and manipulate DOM from JavaScript, making it easy to handle it like a typical HTML control.
您始终可以从JavaScript访问并操作DOM,并使之像典型的HTML控件一样易于处理。
If you use the same JavaScript you used for your US client, you'll get a JavaScript error when it tries to create the Number object.
如果您仍使用与为美国客户编写的相同的JavaScript,就会在它试图创建这个Number对象时得到一个JavaScript错误。
If the content is loaded into the page using JavaScript, they have no access to that content at all, even in its unsorted state.
如果内容通过JavaScript加载到页面,这些用户根本访问不到内容,即便在没有排序的状态。
The tab list for Firefox Mobile is implemented as a simple HTML page with a bit of JavaScript that loads in the data.
移动版Firefox的标签列表是一个简单的HTML页面,用JavaScript加载数据。
At this point, you're ready to add in JavaScript, images, and live navigation.
现在,可以添加JavaScript、图片和活动导航了。
Because of the event-driven nature of JavaScript (and Node by extension), whatever you write with it is going to be very fast.
而由于JavaScript的时间驱动特性(和节点扩展),你无论在其中编写什么都十分迅速。
However, with a bit of JavaScript code, you can handle the client date selection event and do whatever you need.
但是,您可以使用一些JavaScript代码来处理客户端日期选择事件和执行所需操作。
The problem with XML in browser-based application development is the lack of a native, easy-to-use JavaScript parser.
在基于浏览器的应用程序的开发中,XML缺乏本地的、易于使用的JavaScript解析器。
As you know, you can use the Selector function from a JavaScript framework to easily select an element by its ID.
如您所知,可以使用JavaScript框架的Selector函数根据ID轻松选取元素。
Using ajaxForm and a bit of custom JavaScript code, you can call ThickBox's tb_show method directly.
使用ajaxForm和少量的定制JavaScript代码,您就可以直接调用ThickBox的tb_show方法。
At first, we will use it a as part of an applet UI, but later the applet will just be used to make it available to JavaScript.
首先,我们将使用它作为AppletUI的一部分,但是稍后该Applet将把它用于JavaScript。
So you create a variable in JavaScript with var, give it a name (like "request" ), and then assign it to a new instance of XMLHttpRequest.
因此在JavaScript中用var创建一个变量,给它一个名字(如“request”),然后赋给它一个新的XMLHttpRequest实例。
Libraries have been a huge contributor to the surge in popularity of JavaScript in the last few years.
过去的几年间,函数库为JavaScript的突然风靡做出了巨大的贡献。
Javascript: was this script language has many advantages, but search program not know any of the content.
本来这种脚本语言具有很多的优势,可是搜索程序不认识其中的内容。
If you assign this string to any JavaScript variable, the variable will accept the data in terms of an object.
如果将此字符串赋给任意一个JavaScript变量,则该变量将接受以这种对象为单位的数据。
One situation where the substitution of Java code for JavaScript might be appealing is in a team that lacks experienced Web developers.
用Java代码代替JavaScript比较有吸引力的一种情况就是:团队缺少有经验的Web开发人员。
The first, as you would imagine, converts a data object of any kind into a serialized set of data, ready for JavaScript to handle.
像您想象的一样,第一个函数将把任意类型的数据对象转换为一组序列化数据,以供JavaScript处理。
Even Javascript, once the bane of every web developer's life, has powerful idioms allowing AOP to be implemented easily.
即便是曾经祸害过每个开发者生活的Javascript,也有强大的方言能够方便地实现AOP。
It lets you create, manipulate, and use XML directly from JavaScript without requiring the use of any other XML library or API.
它允许您在无需使用任何其他的XML库或API的情况下,直接从JavaScript创建、操作和使用XML。
And that would be a very satisfying place to end, since JavaScript began as a scripting language for Java plug-ins.
插件是非常适合放置代码的位置,因为JavaScript最初就是用于Java插件的脚本语言。
Astro (node-xmpp): Mainstream adoption can be very easy one day because JavaScript is quite a popular language.
Astro(node-xmpp):Node.js有朝一日会很容易成为主流的,因为JavaScript是个相当流行的语言。
Now the application is ready to be compiled into JavaScript and be deployed.
现在已经准备好将应用程序编译成JavaScript并部署它。
It has always been a dream of mine to write Eclipse plug-ins in other languages like JavaScript, Groovy or Scala.
我一直有个梦想——使用其它语言如JavaScript、Groovy或Scala编写Eclipse插件。
The early web would have been a rough place if sloppy JavaScript programming prohibited pages from loading.
如果JavaScript语言草率地禁止页面加载,那么早期的Web将是一片混乱。
Once compiled, these libraries can be called from C++ and JavaScript just as easily as it is called from . NET.
编译这些库之后,我们就可以在C++和JavaScript中调用它们,就像从.NET中调用一样简单。
The ultimate goal of this process is to be able to use JavaScript code to analyze the retrieved data.
这个过程的最终目标是使用JavaScript代码分析检索的数据。