Test case to test OnClick user action.
测试OnClick用户动作的测试用例。
Go to the onclick event for the button.
转到按钮的onclick事件。
Go to the onclick event for the Submit button.
转到Submit按钮的onclick事件。
Notice the onClick event specified on the button.
请注意按钮上指定的onClick事件。
Listing 2 is some code for the onclick event of a button.
清单2是按钮的onclick事件的部分代码。
Once again, go to the onclick event for the remove button.
再次,转向remove按钮的onclick事件。
On the main page, go to the onclick event for the edit button.
在主页面上,转到编辑按钮的onclick事件。
Open the script editor for the onclick event for the Submit button.
打开Submit按钮onclick事件的脚本编辑器。
A page has two buttons, each with an onclick event and a computed field.
页面有两个按钮,每个按钮有一个onclick事件和一个computed字段。
With jQuery, we don't need to write an onclick for every single element.
使用jQuery,我们不需要为每个单独的元素都写一个onclick。
Expand the Mouse section in the pane on the left, and then click onClick.
展开左侧窗格中的Mouse部分,然后单击onClick。
Write the function for handling the onclick event, shown in Listing 8.
编写处理onclick事件的函数,见清单8。
Label the button remove. For its onclick event, use the following code.
将按钮标为remove。
In the OnClick event handler of the button, you need to write this code.
在按钮的OnClick事件处理程序中,需要写入下列代码。
The obvious approach would be to define an onclick handler for the #recipe4 ID.
最明显的方法是为 #recipe4 ID定义一个onclick 处理程序。
Remove the code for the onclick event. (be sure to remove the code before proceeding.)
删除onclick事件的代码(确保在继续前删除代码)。
Use the onclick event instead, and it will work for both mouse and keyboard users.
而如果使用onclick 事件,那么它将在鼠标和键盘下都工作。
Under the hood, the click-and-drag process starts with an onclick method of the target object.
在内部,点击-拖动过程从目标对象的一个onclick方法开始。
This function is bound to the onclick() event of any radio button named participation_type_id.
该函数被绑定到任何名为 participation_type_id的单选按钮的onclick()事件。
This function is bound to the onclick() event of any radio button named participation_type_id.
该函数被绑定到任何名为 participation_type_id的单选按钮的onclick()事件。
应用推荐