v-trof / Ripple.js

Proper Material Design ripple effect for the web, that wouldn't interfere your elements' DOM.
17 stars 0 forks source link

Watch on dynamically added content? #12

Closed itayganor closed 7 years ago

itayganor commented 7 years ago

Hey, Is it possible to add a watch to divs I add with AJAX?

v-trof commented 7 years ago

Yes, watch does exactly that. Look at demo sections 2, 3 (buttons are getting added dynamically, but ripple keeps watching them)

You can even create a button via Edit HTML in devtools and it will work