SlideShare a Scribd company logo
1 of 5
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

AaliyahBell_themist_v01.pdf .
AaliyahBell_themist_v01.pdf             .AaliyahBell_themist_v01.pdf             .
AaliyahBell_themist_v01.pdf .AaliyahB2
 
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...anilsa9823
 
Bobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdfBobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdfMARIBEL442158
 
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...home
 
Call girls in Kanpur - 9761072362 with room service
Call girls in Kanpur - 9761072362 with room serviceCall girls in Kanpur - 9761072362 with room service
Call girls in Kanpur - 9761072362 with room servicediscovermytutordmt
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...akbard9823
 
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...anilsa9823
 
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...akbard9823
 
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comBridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comthephillipta
 
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...Jeremy Casson
 
FULL ENJOY - 9953040155 Call Girls in Sector 142 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 142 | NoidaFULL ENJOY - 9953040155 Call Girls in Sector 142 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 142 | NoidaMalviyaNagarCallGirl
 
exhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxexhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxKurikulumPenilaian
 
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...anilsa9823
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...anilsa9823
 
Best Call girls in Lucknow - 9548086042 - with hotel room
Best Call girls in Lucknow - 9548086042 - with hotel roomBest Call girls in Lucknow - 9548086042 - with hotel room
Best Call girls in Lucknow - 9548086042 - with hotel roomdiscovermytutordmt
 
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112Nitya salvi
 
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...gurkirankumar98700
 
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...anilsa9823
 
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...anilsa9823
 
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...anilsa9823
 

Recently uploaded (20)

AaliyahBell_themist_v01.pdf .
AaliyahBell_themist_v01.pdf             .AaliyahBell_themist_v01.pdf             .
AaliyahBell_themist_v01.pdf .
 
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
Lucknow 💋 Female Escorts Service in Lucknow | Service-oriented sexy call girl...
 
Bobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdfBobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdf
 
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
Authentic # 00971556872006 # Hot Call Girls Service in Dubai By International...
 
Call girls in Kanpur - 9761072362 with room service
Call girls in Kanpur - 9761072362 with room serviceCall girls in Kanpur - 9761072362 with room service
Call girls in Kanpur - 9761072362 with room service
 
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
Hazratganj ] (Call Girls) in Lucknow - 450+ Call Girl Cash Payment 🧄 89231135...
 
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
 
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
Indira Nagar Lucknow #Call Girls Lucknow ₹7.5k Pick Up & Drop With Cash Payme...
 
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comBridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
 
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
Jeremy Casson - How Painstaking Restoration Has Revealed the Beauty of an Imp...
 
FULL ENJOY - 9953040155 Call Girls in Sector 142 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 142 | NoidaFULL ENJOY - 9953040155 Call Girls in Sector 142 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 142 | Noida
 
exhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptxexhuma plot and synopsis from the exhuma movie.pptx
exhuma plot and synopsis from the exhuma movie.pptx
 
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
 
Best Call girls in Lucknow - 9548086042 - with hotel room
Best Call girls in Lucknow - 9548086042 - with hotel roomBest Call girls in Lucknow - 9548086042 - with hotel room
Best Call girls in Lucknow - 9548086042 - with hotel room
 
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
 
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
Charbagh / best call girls in Lucknow - Book 🥤 8923113531 🪗 Call Girls Availa...
 
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
Lucknow 💋 Escorts Service Lucknow Phone No 8923113531 Elite Escort Service Av...
 
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
Lucknow 💋 Call Girls in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 892311...
 
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...
 

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