SlideShare a Scribd company logo
1 of 5
Download to read offline
Function                         Description


$(selector).hide()              Hide selected elements
$(selector).show()              Show selected elements
$(selector).toggle()            Toggle (between hide and show) selected elements
$(selector).slideDown()         Slide-down (show) selected elements
$(selector).slideUp()           Slide-up (hide) selected elements
$(selector).slideToggle()       Toggle slide-up and slide-down of selected elements
$(selector).fadeIn()            Fade in selected elements
$(selector).fadeOut()           Fade out selected elements
$(selector).fadeTo()            Fade out selected elements to a given opacity
$(selector).animate()           Run a custom animation on selected elements
$(selector).html(content)       Changes the (inner) HTML of selected elements
$(selector).append(content)     Appends content to the (inner) HTML of selected elements
$(selector).after(content)      Adds HTML after selected elements
$(selector).css(name)           Get the style property value of the first matched element
$(selector).css(name,value)     Set the value of one style property for matched elements
$(selector).css({properties})   Set multiple style properties for matched elements
$(selector).height(value)       Set the height of matched elements
$(selector).width(value)        Set the width of matched elements
Method                                        Description

bind()                                  Add one or more event handlers to matching
                                        elements
blur()                                  Triggers, or binds a function to the blur event of
                                        selected elements
change()                                Triggers, or binds a function to the change event
                                        of selected elements
click()                                 Triggers, or binds a function to the click event of
                                        selected elements
dblclick()                              Triggers, or binds a function to the dblclick
                                        event of selected elements
delegate()                              Add one or more event handlers to current, or
                                        future, specified child elements of the matching
                                        elements
die()                                   Remove all event handlers added with the live()
                                        function
error()                                 Triggers, or binds a function to the error event
                                        of selected elements
event.currentTarget                     The current DOM element within the event
                                        bubbling phase
event.data                              Contains the optional data passed to
                                        jQuery.fn.bind when the current executing
                                        handler was bound
event.isDefaultPrevented()              Returns whether event.preventDefault() was
                                        called for the event object
event.isImmediatePropagationStopped()   Returns whether
                                        event.stopImmediatePropagation() was called
                                        for the event object
event.isPropagationStopped()            Returns whether event.stopPropagation() was
                                        called for the event object
event.pageX                             The mouse position relative to the left edge of
                                        the document
event.pageY                             The mouse position relative to the top edge of
                                        the document
event.preventDefault()                  Prevents the default action of the event
event.relatedTarget                     The other DOM element involved in the event, if
                                        any
event.result                            This attribute contains the last value returned
                                        by an event handler that was triggered by this
                                        event, unless the value was undefined
event.stopImmediatePropagation()        Prevents other event handlers from being called
event.stopPropagation()                 Prevents the event from bubbling up the DOM
                                        tree, preventing any parent handlers from being
                                        notified of the event
event.target                              The DOM element that initiated the event
event.timeStamp                           This attribute returns the number of
                                          milliseconds since January 1, 1970, when the
                                          event is triggered
event.type                                Describes the nature of the event
event.which                               Which key or button was pressed for a key or
                                          button event
focus()                                   Triggers, or binds a function to the focus event of
                                          selected elements
focusin()                                 Binds a function to the focusin event of selected
                                          elements
focusout()                                Binds a function to the focusout event of selected
                                          elements
hover()                                   Binds one or two functions to the hover event of
                                          selected elements
keydown()                                 Triggers, or binds a function to the keydown
                                          event of selected elements
keypress()                                Triggers, or binds a function to the keypress
                                          event of selected elements
keyup()                                   Triggers, or binds a function to the keyup event
                                          of selected elements
live()                                    Add one or more event handlers to current, or
                                          future, matching elements
load()                                    Triggers, or binds a function to the load event of
                                          selected elements
mousedown()                               Triggers, or binds a function to the mouse down
                                          event of selected elements
mouseenter()                              Triggers, or binds a function to the mouse enter
                                          event of selected elements
mouseleave()                              Triggers, or binds a function to the mouse leave
                                          event of selected elements
mousemove()                               Triggers, or binds a function to the mouse move
                                          event of selected elements
mouseout()                                Triggers, or binds a function to the mouse out
                                          event of selected elements
mouseover()                               Triggers, or binds a function to the mouse over
                                          event of selected elements
mouseup()                                 Triggers, or binds a function to the mouse up
                                          event of selected elements
one()                                     Add one or more event handlers to matching
                                          elements. This handler can only be triggered
                                          once per element
ready()                                   Binds a function to the ready event of a
                                          document
(when an HTML document is ready to use)
resize()
                                          Triggers, or binds a function to the resize event
                                          of selected elements
scroll()           Triggers, or binds a function to the scroll event
                   of selected elements
select()           Triggers, or binds a function to the select event
                   of selected elements
submit()           Triggers, or binds a function to the submit event
                   of selected elements
toggle()           Binds two or more functions to the toggle
                   between for the click event for selected
                   elements
trigger()          Triggers all events bound to the selected
                   elements
triggerHandler()   Triggers all functions bound to a specified event
                   for the selected elements
unbind()           Remove an added event handler from selected
                   elements
undelegate()       Remove an event handler to selected elements,
                   now or in the future
unload()           Triggers, or binds a function to the unload event
                   of selected elements
jQuery Event and Effect Methods

More Related Content

What's hot

Creating Ext GWT Extensions and Components
Creating Ext GWT Extensions and ComponentsCreating Ext GWT Extensions and Components
Creating Ext GWT Extensions and ComponentsSencha
 
tL20 event handling
tL20 event handlingtL20 event handling
tL20 event handlingteach4uin
 
Antenna Physical Characetristics
Antenna Physical CharacetristicsAntenna Physical Characetristics
Antenna Physical CharacetristicsAssignmentpedia
 
Java Event Handling
Java Event HandlingJava Event Handling
Java Event HandlingShraddha
 
Event handling63
Event handling63Event handling63
Event handling63myrajendra
 
Unit-3 event handling
Unit-3 event handlingUnit-3 event handling
Unit-3 event handlingAmol Gaikwad
 
Ajp notes-chapter-03
Ajp notes-chapter-03Ajp notes-chapter-03
Ajp notes-chapter-03Ankit Dubey
 
Adding a action listener to button
Adding a action listener to buttonAdding a action listener to button
Adding a action listener to buttonyugandhar vadlamudi
 
Web Design & Development - Session 6
Web Design & Development - Session 6Web Design & Development - Session 6
Web Design & Development - Session 6Shahrzad Peyman
 
Advance Java Programming (CM5I) 2.Swing
Advance Java Programming (CM5I) 2.SwingAdvance Java Programming (CM5I) 2.Swing
Advance Java Programming (CM5I) 2.SwingPayal Dungarwal
 
011 more swings_adv
011 more swings_adv011 more swings_adv
011 more swings_advChaimaa Kabb
 
JAVA GUI PART III
JAVA GUI PART IIIJAVA GUI PART III
JAVA GUI PART IIIOXUS 20
 
Ejercicio sql server vs visual .net
Ejercicio sql server vs visual .netEjercicio sql server vs visual .net
Ejercicio sql server vs visual .netAyuda Universidad
 
Java gui event
Java gui eventJava gui event
Java gui eventSoftNutx
 

What's hot (19)

Creating Ext GWT Extensions and Components
Creating Ext GWT Extensions and ComponentsCreating Ext GWT Extensions and Components
Creating Ext GWT Extensions and Components
 
Event handling in Java(part 1)
Event handling in Java(part 1)Event handling in Java(part 1)
Event handling in Java(part 1)
 
AWTEventModel
AWTEventModelAWTEventModel
AWTEventModel
 
Event handling
Event handlingEvent handling
Event handling
 
tL20 event handling
tL20 event handlingtL20 event handling
tL20 event handling
 
Event handling in Java(part 2)
Event handling in Java(part 2)Event handling in Java(part 2)
Event handling in Java(part 2)
 
Antenna Physical Characetristics
Antenna Physical CharacetristicsAntenna Physical Characetristics
Antenna Physical Characetristics
 
Java Event Handling
Java Event HandlingJava Event Handling
Java Event Handling
 
Event handling63
Event handling63Event handling63
Event handling63
 
Jp notes
Jp notesJp notes
Jp notes
 
Unit-3 event handling
Unit-3 event handlingUnit-3 event handling
Unit-3 event handling
 
Ajp notes-chapter-03
Ajp notes-chapter-03Ajp notes-chapter-03
Ajp notes-chapter-03
 
Adding a action listener to button
Adding a action listener to buttonAdding a action listener to button
Adding a action listener to button
 
Web Design & Development - Session 6
Web Design & Development - Session 6Web Design & Development - Session 6
Web Design & Development - Session 6
 
Advance Java Programming (CM5I) 2.Swing
Advance Java Programming (CM5I) 2.SwingAdvance Java Programming (CM5I) 2.Swing
Advance Java Programming (CM5I) 2.Swing
 
011 more swings_adv
011 more swings_adv011 more swings_adv
011 more swings_adv
 
JAVA GUI PART III
JAVA GUI PART IIIJAVA GUI PART III
JAVA GUI PART III
 
Ejercicio sql server vs visual .net
Ejercicio sql server vs visual .netEjercicio sql server vs visual .net
Ejercicio sql server vs visual .net
 
Java gui event
Java gui eventJava gui event
Java gui event
 

Similar to jQuery Event and Effect Methods

event handling new.ppt
event handling new.pptevent handling new.ppt
event handling new.pptusama537223
 
jQuery 1.7 Events
jQuery 1.7 EventsjQuery 1.7 Events
jQuery 1.7 Eventsdmethvin
 
Event handling
Event handlingEvent handling
Event handlingswapnac12
 
event-handling.pptx
event-handling.pptxevent-handling.pptx
event-handling.pptxGood657694
 
engineeringdsgtnotesofunitfivesnists.ppt
engineeringdsgtnotesofunitfivesnists.pptengineeringdsgtnotesofunitfivesnists.ppt
engineeringdsgtnotesofunitfivesnists.pptsharanyak0721
 
【第一季第二期】Dive into javascript event
【第一季第二期】Dive into javascript event【第一季第二期】Dive into javascript event
【第一季第二期】Dive into javascript eventtbosstraining
 
JQUERY EXAMPLE for Web Developer (Video Training Tutorial)
JQUERY EXAMPLE for Web Developer (Video Training Tutorial)JQUERY EXAMPLE for Web Developer (Video Training Tutorial)
JQUERY EXAMPLE for Web Developer (Video Training Tutorial)Kaml Sah
 
Jquery Example PPT
Jquery Example PPTJquery Example PPT
Jquery Example PPTKaml Sah
 
Lesson 07 Actions and Commands in WPF
Lesson 07 Actions and Commands in WPFLesson 07 Actions and Commands in WPF
Lesson 07 Actions and Commands in WPFQuang Nguyễn Bá
 
OOP Lecture 11-EventHandling1.pptx
OOP Lecture 11-EventHandling1.pptxOOP Lecture 11-EventHandling1.pptx
OOP Lecture 11-EventHandling1.pptxTanzila Kehkashan
 
Event Handling in Java
Event Handling in JavaEvent Handling in Java
Event Handling in JavaAyesha Kanwal
 
Javascript #8 : événements
Javascript #8 : événementsJavascript #8 : événements
Javascript #8 : événementsJean Michel
 

Similar to jQuery Event and Effect Methods (20)

event handling new.ppt
event handling new.pptevent handling new.ppt
event handling new.ppt
 
Advanced Jquery
Advanced JqueryAdvanced Jquery
Advanced Jquery
 
jQuery
jQueryjQuery
jQuery
 
Events - Part 2
Events - Part 2Events - Part 2
Events - Part 2
 
jQuery 1.7 Events
jQuery 1.7 EventsjQuery 1.7 Events
jQuery 1.7 Events
 
Event handling
Event handlingEvent handling
Event handling
 
jquery examples
jquery examplesjquery examples
jquery examples
 
event-handling.pptx
event-handling.pptxevent-handling.pptx
event-handling.pptx
 
Events
EventsEvents
Events
 
J Query Presentation of David
J Query Presentation of DavidJ Query Presentation of David
J Query Presentation of David
 
engineeringdsgtnotesofunitfivesnists.ppt
engineeringdsgtnotesofunitfivesnists.pptengineeringdsgtnotesofunitfivesnists.ppt
engineeringdsgtnotesofunitfivesnists.ppt
 
【第一季第二期】Dive into javascript event
【第一季第二期】Dive into javascript event【第一季第二期】Dive into javascript event
【第一季第二期】Dive into javascript event
 
JQUERY EXAMPLE for Web Developer (Video Training Tutorial)
JQUERY EXAMPLE for Web Developer (Video Training Tutorial)JQUERY EXAMPLE for Web Developer (Video Training Tutorial)
JQUERY EXAMPLE for Web Developer (Video Training Tutorial)
 
Jquery Example PPT
Jquery Example PPTJquery Example PPT
Jquery Example PPT
 
Event handling
Event handlingEvent handling
Event handling
 
Lesson 07 Actions and Commands in WPF
Lesson 07 Actions and Commands in WPFLesson 07 Actions and Commands in WPF
Lesson 07 Actions and Commands in WPF
 
04 Data Access
04 Data Access04 Data Access
04 Data Access
 
OOP Lecture 11-EventHandling1.pptx
OOP Lecture 11-EventHandling1.pptxOOP Lecture 11-EventHandling1.pptx
OOP Lecture 11-EventHandling1.pptx
 
Event Handling in Java
Event Handling in JavaEvent Handling in Java
Event Handling in Java
 
Javascript #8 : événements
Javascript #8 : événementsJavascript #8 : événements
Javascript #8 : événements
 

Recently uploaded

Americana Motel, Motel/Residence, Tucumcari, NM
Americana Motel, Motel/Residence, Tucumcari, NMAmericana Motel, Motel/Residence, Tucumcari, NM
Americana Motel, Motel/Residence, Tucumcari, NMroute66connected
 
bumblefuck the best website you want to enjoy
bumblefuck the best website you want to enjoybumblefuck the best website you want to enjoy
bumblefuck the best website you want to enjoyInnaLaurie
 
Element of art, Transcreation and usions and overlapping and interrelated ele...
Element of art, Transcreation and usions and overlapping and interrelated ele...Element of art, Transcreation and usions and overlapping and interrelated ele...
Element of art, Transcreation and usions and overlapping and interrelated ele...jheramypagoyoiman801
 
ReverseEngineerBoards_StarWarsEpisodeIII
ReverseEngineerBoards_StarWarsEpisodeIIIReverseEngineerBoards_StarWarsEpisodeIII
ReverseEngineerBoards_StarWarsEpisodeIIIartbysarahrodriguezg
 
Cat & Art99 A collection of cat paintings
Cat & Art99 A collection of cat paintingsCat & Art99 A collection of cat paintings
Cat & Art99 A collection of cat paintingssandamichaela *
 
SLIDESHARE. ART OF THE ROMANTIC PERIOD/ROMANTICISM Art
SLIDESHARE. ART OF THE ROMANTIC PERIOD/ROMANTICISM ArtSLIDESHARE. ART OF THE ROMANTIC PERIOD/ROMANTICISM Art
SLIDESHARE. ART OF THE ROMANTIC PERIOD/ROMANTICISM ArtChum26
 
Cat & Art100 A collection of cat paintings
Cat & Art100 A collection of cat paintingsCat & Art100 A collection of cat paintings
Cat & Art100 A collection of cat paintingssandamichaela *
 
asteroid mining presentation for earth and space science
asteroid mining presentation for earth and space scienceasteroid mining presentation for earth and space science
asteroid mining presentation for earth and space sciencetshmvm547v
 
Vocal Music of the Romantic Period ~ MAPEH.pptx
Vocal Music of the Romantic Period ~ MAPEH.pptxVocal Music of the Romantic Period ~ MAPEH.pptx
Vocal Music of the Romantic Period ~ MAPEH.pptxMikaelaKaye
 
Escort Service in Abu Dhabi +971509530047 UAE
Escort Service in Abu Dhabi +971509530047 UAEEscort Service in Abu Dhabi +971509530047 UAE
Escort Service in Abu Dhabi +971509530047 UAEvecevep119
 
BTS.ppt,taekook,bighitentertainment,kpopband
BTS.ppt,taekook,bighitentertainment,kpopbandBTS.ppt,taekook,bighitentertainment,kpopband
BTS.ppt,taekook,bighitentertainment,kpopbandmomnamalik266
 
layered-cardboard-sculptures-miika-nyyssonen.pdf
layered-cardboard-sculptures-miika-nyyssonen.pdflayered-cardboard-sculptures-miika-nyyssonen.pdf
layered-cardboard-sculptures-miika-nyyssonen.pdfbaroquemodernist
 
Lost Keys Storyboard - Randomized Timed Exercise
Lost Keys Storyboard - Randomized Timed ExerciseLost Keys Storyboard - Randomized Timed Exercise
Lost Keys Storyboard - Randomized Timed Exercisemagalybtapia
 
San Jon Motel, Motel/Residence, San Jon, NM
San Jon Motel, Motel/Residence, San Jon, NMSan Jon Motel, Motel/Residence, San Jon, NM
San Jon Motel, Motel/Residence, San Jon, NMroute66connected
 
Teepee Curios, Curio shop, Tucumcari, NM
Teepee Curios, Curio shop, Tucumcari, NMTeepee Curios, Curio shop, Tucumcari, NM
Teepee Curios, Curio shop, Tucumcari, NMroute66connected
 
IT TOWER DESIGN CHANDAKA BHUBANESWAR ODISHA
IT TOWER DESIGN CHANDAKA BHUBANESWAR ODISHAIT TOWER DESIGN CHANDAKA BHUBANESWAR ODISHA
IT TOWER DESIGN CHANDAKA BHUBANESWAR ODISHAalwayslogo
 
Escort Service in Al Nahda +971509530047 UAE
Escort Service in Al Nahda +971509530047 UAEEscort Service in Al Nahda +971509530047 UAE
Escort Service in Al Nahda +971509530047 UAEvecevep119
 
Edgar Allan Poe's City in the Sea - Storyboard
Edgar Allan Poe's City in the Sea - StoryboardEdgar Allan Poe's City in the Sea - Storyboard
Edgar Allan Poe's City in the Sea - Storyboardelijfdavis
 
Escort Service in Al Jaddaf +971509530047 UAE
Escort Service in Al Jaddaf +971509530047 UAEEscort Service in Al Jaddaf +971509530047 UAE
Escort Service in Al Jaddaf +971509530047 UAEvecevep119
 

Recently uploaded (20)

Americana Motel, Motel/Residence, Tucumcari, NM
Americana Motel, Motel/Residence, Tucumcari, NMAmericana Motel, Motel/Residence, Tucumcari, NM
Americana Motel, Motel/Residence, Tucumcari, NM
 
bumblefuck the best website you want to enjoy
bumblefuck the best website you want to enjoybumblefuck the best website you want to enjoy
bumblefuck the best website you want to enjoy
 
Element of art, Transcreation and usions and overlapping and interrelated ele...
Element of art, Transcreation and usions and overlapping and interrelated ele...Element of art, Transcreation and usions and overlapping and interrelated ele...
Element of art, Transcreation and usions and overlapping and interrelated ele...
 
ReverseEngineerBoards_StarWarsEpisodeIII
ReverseEngineerBoards_StarWarsEpisodeIIIReverseEngineerBoards_StarWarsEpisodeIII
ReverseEngineerBoards_StarWarsEpisodeIII
 
Cat & Art99 A collection of cat paintings
Cat & Art99 A collection of cat paintingsCat & Art99 A collection of cat paintings
Cat & Art99 A collection of cat paintings
 
SLIDESHARE. ART OF THE ROMANTIC PERIOD/ROMANTICISM Art
SLIDESHARE. ART OF THE ROMANTIC PERIOD/ROMANTICISM ArtSLIDESHARE. ART OF THE ROMANTIC PERIOD/ROMANTICISM Art
SLIDESHARE. ART OF THE ROMANTIC PERIOD/ROMANTICISM Art
 
Cat & Art100 A collection of cat paintings
Cat & Art100 A collection of cat paintingsCat & Art100 A collection of cat paintings
Cat & Art100 A collection of cat paintings
 
asteroid mining presentation for earth and space science
asteroid mining presentation for earth and space scienceasteroid mining presentation for earth and space science
asteroid mining presentation for earth and space science
 
Vocal Music of the Romantic Period ~ MAPEH.pptx
Vocal Music of the Romantic Period ~ MAPEH.pptxVocal Music of the Romantic Period ~ MAPEH.pptx
Vocal Music of the Romantic Period ~ MAPEH.pptx
 
Escort Service in Abu Dhabi +971509530047 UAE
Escort Service in Abu Dhabi +971509530047 UAEEscort Service in Abu Dhabi +971509530047 UAE
Escort Service in Abu Dhabi +971509530047 UAE
 
BTS.ppt,taekook,bighitentertainment,kpopband
BTS.ppt,taekook,bighitentertainment,kpopbandBTS.ppt,taekook,bighitentertainment,kpopband
BTS.ppt,taekook,bighitentertainment,kpopband
 
layered-cardboard-sculptures-miika-nyyssonen.pdf
layered-cardboard-sculptures-miika-nyyssonen.pdflayered-cardboard-sculptures-miika-nyyssonen.pdf
layered-cardboard-sculptures-miika-nyyssonen.pdf
 
Lost Keys Storyboard - Randomized Timed Exercise
Lost Keys Storyboard - Randomized Timed ExerciseLost Keys Storyboard - Randomized Timed Exercise
Lost Keys Storyboard - Randomized Timed Exercise
 
San Jon Motel, Motel/Residence, San Jon, NM
San Jon Motel, Motel/Residence, San Jon, NMSan Jon Motel, Motel/Residence, San Jon, NM
San Jon Motel, Motel/Residence, San Jon, NM
 
Teepee Curios, Curio shop, Tucumcari, NM
Teepee Curios, Curio shop, Tucumcari, NMTeepee Curios, Curio shop, Tucumcari, NM
Teepee Curios, Curio shop, Tucumcari, NM
 
IT TOWER DESIGN CHANDAKA BHUBANESWAR ODISHA
IT TOWER DESIGN CHANDAKA BHUBANESWAR ODISHAIT TOWER DESIGN CHANDAKA BHUBANESWAR ODISHA
IT TOWER DESIGN CHANDAKA BHUBANESWAR ODISHA
 
School :)
School                                 :)School                                 :)
School :)
 
Escort Service in Al Nahda +971509530047 UAE
Escort Service in Al Nahda +971509530047 UAEEscort Service in Al Nahda +971509530047 UAE
Escort Service in Al Nahda +971509530047 UAE
 
Edgar Allan Poe's City in the Sea - Storyboard
Edgar Allan Poe's City in the Sea - StoryboardEdgar Allan Poe's City in the Sea - Storyboard
Edgar Allan Poe's City in the Sea - Storyboard
 
Escort Service in Al Jaddaf +971509530047 UAE
Escort Service in Al Jaddaf +971509530047 UAEEscort Service in Al Jaddaf +971509530047 UAE
Escort Service in Al Jaddaf +971509530047 UAE
 

jQuery Event and Effect Methods

  • 1. Function Description $(selector).hide() Hide selected elements $(selector).show() Show selected elements $(selector).toggle() Toggle (between hide and show) selected elements $(selector).slideDown() Slide-down (show) selected elements $(selector).slideUp() Slide-up (hide) selected elements $(selector).slideToggle() Toggle slide-up and slide-down of selected elements $(selector).fadeIn() Fade in selected elements $(selector).fadeOut() Fade out selected elements $(selector).fadeTo() Fade out selected elements to a given opacity $(selector).animate() Run a custom animation on selected elements $(selector).html(content) Changes the (inner) HTML of selected elements $(selector).append(content) Appends content to the (inner) HTML of selected elements $(selector).after(content) Adds HTML after selected elements $(selector).css(name) Get the style property value of the first matched element $(selector).css(name,value) Set the value of one style property for matched elements $(selector).css({properties}) Set multiple style properties for matched elements $(selector).height(value) Set the height of matched elements $(selector).width(value) Set the width of matched elements
  • 2. Method Description bind() Add one or more event handlers to matching elements blur() Triggers, or binds a function to the blur event of selected elements change() Triggers, or binds a function to the change event of selected elements click() Triggers, or binds a function to the click event of selected elements dblclick() Triggers, or binds a function to the dblclick event of selected elements delegate() Add one or more event handlers to current, or future, specified child elements of the matching elements die() Remove all event handlers added with the live() function error() Triggers, or binds a function to the error event of selected elements event.currentTarget The current DOM element within the event bubbling phase event.data Contains the optional data passed to jQuery.fn.bind when the current executing handler was bound event.isDefaultPrevented() Returns whether event.preventDefault() was called for the event object event.isImmediatePropagationStopped() Returns whether event.stopImmediatePropagation() was called for the event object event.isPropagationStopped() Returns whether event.stopPropagation() was called for the event object event.pageX The mouse position relative to the left edge of the document event.pageY The mouse position relative to the top edge of the document event.preventDefault() Prevents the default action of the event event.relatedTarget The other DOM element involved in the event, if any event.result This attribute contains the last value returned by an event handler that was triggered by this event, unless the value was undefined event.stopImmediatePropagation() Prevents other event handlers from being called event.stopPropagation() Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event
  • 3. event.target The DOM element that initiated the event event.timeStamp This attribute returns the number of milliseconds since January 1, 1970, when the event is triggered event.type Describes the nature of the event event.which Which key or button was pressed for a key or button event focus() Triggers, or binds a function to the focus event of selected elements focusin() Binds a function to the focusin event of selected elements focusout() Binds a function to the focusout event of selected elements hover() Binds one or two functions to the hover event of selected elements keydown() Triggers, or binds a function to the keydown event of selected elements keypress() Triggers, or binds a function to the keypress event of selected elements keyup() Triggers, or binds a function to the keyup event of selected elements live() Add one or more event handlers to current, or future, matching elements load() Triggers, or binds a function to the load event of selected elements mousedown() Triggers, or binds a function to the mouse down event of selected elements mouseenter() Triggers, or binds a function to the mouse enter event of selected elements mouseleave() Triggers, or binds a function to the mouse leave event of selected elements mousemove() Triggers, or binds a function to the mouse move event of selected elements mouseout() Triggers, or binds a function to the mouse out event of selected elements mouseover() Triggers, or binds a function to the mouse over event of selected elements mouseup() Triggers, or binds a function to the mouse up event of selected elements one() Add one or more event handlers to matching elements. This handler can only be triggered once per element ready() Binds a function to the ready event of a document (when an HTML document is ready to use) resize() Triggers, or binds a function to the resize event of selected elements
  • 4. scroll() Triggers, or binds a function to the scroll event of selected elements select() Triggers, or binds a function to the select event of selected elements submit() Triggers, or binds a function to the submit event of selected elements toggle() Binds two or more functions to the toggle between for the click event for selected elements trigger() Triggers all events bound to the selected elements triggerHandler() Triggers all functions bound to a specified event for the selected elements unbind() Remove an added event handler from selected elements undelegate() Remove an event handler to selected elements, now or in the future unload() Triggers, or binds a function to the unload event of selected elements