I have been trying to add the highlight effect to my table but
everytime a new record is added the highlighting gives an rjs error.
However when i click the add to cart button on a product that already
exists inside the table, the highlight effect works. Is this because
the partial must only have only one <tr></tr> in it and the <table>
must be on the other page that is rendering that partial?
I think i am nearer to the problem. it looks like the controller
add_to_cart function cannot save a new item and display it
correspondingly into the ajax parital.