change UI element based on service data
hi maryna
I wanted do something similar ie apply a class to a particular row of the grid.
So i have many grid rows and I want to add an animation effect to the row
that's been clicked ... here's the code ...
Appery("booking_grid").addClass("animated bounceOutLeft") ;
This of course bounces all the rows. I wanted to bounce only the row which
is clicked.