How to dynamically get selected variant price

How to dynamically get selected variant price.
Currently I only know to use {{ product.price | divided_by: 100 }} to get the current variant price. But if a different variant is selected, its value does not change.
I want to use for paypal fast payment, please refer to the following code.