This HTML5 document contains 24 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
n15http://dbpedia.org/resource/File:
foafhttp://xmlns.com/foaf/0.1/
n12https://global.dbpedia.org/id/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
n14https://www.w3schools.com/jsref/
n5http://commons.wikimedia.org/wiki/Special:FilePath/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
provhttp://www.w3.org/ns/prov#
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
xsdhhttp://www.w3.org/2001/XMLSchema#
n13http://javascript.info/tutorial/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Event_bubbling
rdfs:label
Event bubbling
rdfs:comment
Event bubbling is a type of DOM event propagation where the event first triggers on the innermost target element, and then successively triggers on the ancestors (parents) of the target element in the same nesting hierarchy till it reaches the outermost DOM element or document object (Provided the handler is initialized). It is one way that events are handled in the browser. Events are actions done by the user such as a button click, changing a field etc. Event Handlers are used to execute code when a particular kind of user interface event occurs, such as when a button has been clicked or when a webpage has completed loading.
foaf:depiction
n5:Event_bubbling.jpg
dcterms:subject
dbc:JavaScript dbc:Events_(computing)
dbo:wikiPageID
51503630
dbo:wikiPageRevisionID
1121687497
dbo:wikiPageWikiLink
dbr:DOM_events dbr:Document_Object_Model dbr:Event_handlers dbc:JavaScript n15:Event_bubbling.jpg dbc:Events_(computing)
dbo:wikiPageExternalLink
n13:bubbling-and-capturing n14:met_document_addeventlistener.asp
owl:sameAs
n12:2eQ3q wikidata:Q28455609
dbp:wikiPageUsesTemplate
dbt:Short_description dbt:Reflist
dbo:thumbnail
n5:Event_bubbling.jpg?width=300
dbo:abstract
Event bubbling is a type of DOM event propagation where the event first triggers on the innermost target element, and then successively triggers on the ancestors (parents) of the target element in the same nesting hierarchy till it reaches the outermost DOM element or document object (Provided the handler is initialized). It is one way that events are handled in the browser. Events are actions done by the user such as a button click, changing a field etc. Event Handlers are used to execute code when a particular kind of user interface event occurs, such as when a button has been clicked or when a webpage has completed loading.
prov:wasDerivedFrom
wikipedia-en:Event_bubbling?oldid=1121687497&ns=0
dbo:wikiPageLength
6594
foaf:isPrimaryTopicOf
wikipedia-en:Event_bubbling