From jQuery JavaScript Library
There is no page titled "Event". You can create this page.
For more information about searching jQuery JavaScript Library, see Searching jQuery JavaScript Library.
Showing below up to 20 results starting with #1.
View (previous 20) (
next 20) (
20 |
50 |
100 |
250 |
500).
Article title matches
- Click event on loaded file (468 bytes)
- Events/jQuery.Event (9,183 bytes)
1: ...passed to the event handler (no checks for window.event required).
2: Most properties from the original event are copied over to our wrapper object.
6: == jQuery.Event ==
8: ...tructor is exposed and can be used when calling [[Events/trigger|trigger]].<br />
11: ...umentation to see how to combine it with your own event object.
- Plugins/Claypool/Configs/routes.js/hijax:event (2,744 bytes)
1: ...PIHeader|Plugins/Claypool/Configs/routes.js|hijax:event|function}}
3: === hijax:event ===
7: ...pPropagation|Boolean|Stops the propagation of the event|true}}
8: {{APIOption|preventDefault|Boolean|Prevents the default browser behavior|true}}
13: ... to the router exactly so that it may bind to the events. The strategy determines whether there is a pr...
- Plugins/Claypool/event.m.v.c (872 bytes)
1: {{APIHeader|Plugins/Claypool/Controllers|event|function}}
8: ... object which will be passed to the view when the event is finally rendered.
9: ...ect that will be presented to the view class when event.render is called. Usage is best described by the...
16: |code= event.m()}}
21: {{APIFooter|Plugins/Claypool/Controllers|event|function}}
- Plugins/Claypool/Controllers/event.m.v.c (0 bytes)
- Plugins/Claypool/Controllers/event.m (1,684 bytes)
1: {{APIHeader|Plugins/Claypool/Controllers|event.m|function}}
5: |name= event.m
8: ...c= overloaded function getters and setters of the event model. chainable setters.
9: ...ll be passed to the event view automatically with event.render }}
17: event.m();}}
- Plugins/Claypool/Controllers/event.v (1,261 bytes)
1: {{APIHeader|Plugins/Claypool/Controllers|event.v|function}}
5: |name= event.v
8: ...setters. relates to which method will be used by event.render
9: ...ew is resolved my jquery-claypool and called when event.render is issued. }}
16: |code= event.v()}}
- Plugins/Claypool/Controllers/event.c (1,343 bytes)
1: {{APIHeader|Plugins/Claypool/Controllers|event.c|function}}
5: |name= event.c
9: ... from a single event. from the simplest pattern : event.m({a:'A'}).render() to a combinatorial number of ...
16: |code= event.c()}}
20: event.
- Plugins/Claypool/Controllers/event.render (1,030 bytes)
1: {{APIHeader|Plugins/Claypool/Controllers|event.render|function}}
5: |name= event.render
9: ...call the specified view method, passing the model event.m() as the first argument. an optional callback ...
16: |code= event.render()}}
20: event.
- Plugins/Claypool/Controllers/event.params (1,660 bytes)
1: {{APIHeader|Plugins/Claypool/Controllers|event.params|function}}
5: |name= event.params
17: event.params();
30: event.param('type');
43: event.param('type');
- Plugins/Claypool/Controllers/event.reset (555 bytes)
1: {{APIHeader|Plugins/Claypool/Controllers|event.reset|function}}
5: |name= event.reset
9: |longdesc= The event.reset function can be used to clear all model dat...
15: |desc= Resets the event mvc decoration.
16: |code= event.reset()}}
Page text matches
- Tutorials:How jQuery Works (7,051 bytes)
6: ...jQuery Core|Selectors|CSS|Traversing|Manipulation|Events|Effects}}<noinclude>
44: ...ated, known as the [[Events#ready.28_fn_.29|ready event]]:
50: Inside the ready event, add a click handler to the link:
53: <b>$("a").click(function(event){
60: ...ry.com - by calling event.preventDefault() in the event handler:
- Tutorials (59,371 bytes)
240: ==== Events ====
243: {{:Tutorials:AJAX_and_Events}}
249: .../working-with-events-part-1 Working with Events - Event Delegation]
250: .../working-with-events-part-2 Working with Events - Event Re-binding]
268: {{:Tutorials:AJAX_and_Events}}
- Tutorials/Desired (3,934 bytes)
105: 4. Onload event:
110: == Events ==
111: * Binding an event
112: * Unbinding an event
113: * Binding an event for a single use (e.unbind())
- Plugins/Authoring (13,337 bytes)
137: ...e it helps you keep better track of your methods, events and data.
209: ==== Events ====
211: ...ts by appending “.<namespace>” to the type of event you're binding.
262: ...bind plugin events without accidentally unbinding events that may have been bound outside of the plugin.
342: * Always namespace your methods, events and data.
- Debug (Plugin) (935 bytes)
7: * Clearing all event handlers rather than just your own
- Main Page/Desired (4,807 bytes)
38: * [[Events]]
41: *** Passing in the event object
42: ** [[Events/Browser|Browser]]
43: ** [[Events/Form|Form]]
44: ** [[Events/Keyboard|Keyboard]]
- Using jQuery with Other Libraries (4,743 bytes)
110: [[Events/ready|DOM ready event]]:
- Tutorials:Multiple File Upload Magic (4,738 bytes)
6: |Selectors|Attributes|Manipulation|Events|Forms}}<noinclude>
38: ...uming there is only one) and attaches an onChange event to it.
- API/1.1/Core (13,263 bytes)
59: You can have as many $(document).ready events on your page as you like.
61: See ready(Function) for details about the ready event.
- API/1.1/Events (25,292 bytes)
1: {{OldAPI|Events}}
5: Binds a handler to a particular event (like click) for each matched element.
6: ...r is passed an event object that you can use to prevent
7: ...efault behaviour. To stop both default action and event bubbling, your handler
10: In most cases, you can define your event handlers as anonymous functions
- API/1.1/Events/Browser (3,191 bytes)
4: Bind a function to the error event of each matched element.
8: ...Function)</code>: A function to bind to the error event on each of the matched elements.
28: Bind a function to the load event of each matched element.
32: ...(Function)</code>: A function to bind to the load event on each of the matched elements.
52: Bind a function to the resize event of each matched element.
- API/1.1/Events/Form (3,048 bytes)
4: Bind a function to the change event of each matched element.
8: ...unction)</code>: A function to bind to the change event on each of the matched elements.
28: Trigger the select event of each matched element. This causes all of the f...
29: that have been bound to that select event to be executed.
50: Bind a function to the select event of each matched element.
- API/1.1/Events/Keyboard (1,939 bytes)
5: Bind a function to the keydown event of each matched element.
9: ...nction)</code>: A function to bind to the keydown event on each of the matched elements.
29: Bind a function to the keypress event of each matched element.
33: ...ction)</code>: A function to bind to the keypress event on each of the matched elements.
53: Bind a function to the keyup event of each matched element.
- API/1.1/Events/Mouse (5,108 bytes)
4: Trigger the click event of each matched element. This causes all of the f...
5: that have been bound to the click event to be executed.
26: Bind a function to the click event of each matched element.
30: ...Function)</code>: A function to bind to the click event on each of the matched elements.
50: Bind a function to the dblclick event of each matched element.
- API/1.1/Events/UI (11,520 bytes)
4: Trigger the blur event of each matched element. This causes all of the f...
5: that have been bound to the blur event to be executed.
29: Bind a function to the blur event of each matched element.
33: ...(Function)</code>: A function to bind to the blur event on each of the matched elements.
53: Trigger the focus event of each matched element. This causes all of the f...
- API/1.1/AJAX (19,423 bytes)
42: ...s request. The default is true. Set to false to prevent the global handlers like ajaxStart or ajaxStop fr...
50: ...url for GET-requests. See processData option to prevent this automatic processing.
110: ... the automatic conversion of data to strings is prevented.<br />
- API/1.1/Ajax (17,227 bytes)
48: (Boolean) global - Whether to trigger global AJAX event handlers for
49: this request, default is true. Set to false to prevent that global handlers
67: See processData option to prevent this automatic processing.
133: ... the automatic conversion of data to strings is prevented.<br />
- Contributors (11,656 bytes)
98: ==Events Team ==
100: ... is responsible for planning and executing jQuery events and conferences.
104: ...ine]. As a member of the events team she works on event logistics, fundraising and sponsorships.
- API/1.1a/Core (13,973 bytes)
77: You can have as many $(document).ready events on your page as you like.
79: See ready(Function) for details about the ready event.
- API/1.1a/Events (24,747 bytes)
5: Binds a handler to a particular event (like click) for each matched element.
6: ...r is passed an event object that you can use to prevent
7: ...efault behaviour. To stop both default action and event bubbling, your handler
10: In most cases, you can define your event handlers as anonymous functions
17: * <code>type (String)</code>: An event type
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).