1.

What Are Events In Polymer.js?

Answer»

Event is something that happens at specific TIME and lead to some CHANGES. polymer.js PROVIDES own methods to perform events like: on-click, on-tap, on-mouseover etc. we can also create our own custom events.

It also provides listener objects that can be used to bind events to EXECUTE functions.

Event is something that happens at specific time and lead to some changes. polymer.js provides own methods to perform events like: on-click, on-tap, on-mouseover etc. we can also create our own custom events.

It also provides listener objects that can be used to bind events to execute functions.



Discussion

No Comment Found