0 Using Lava Attributes in Java Script 1 Arran France posted 9 Years Ago I'm using Bootstrap Tours to create page tours to help our staff navigate through Rock. I'd like to personalise these tours with information like the user's name. Is it possible to pass Lava values to Javascript?
Arran France 9 years ago This works. As does<script>$(function () {$('[data-toggle="popover"]').popover()})</script><button type="button" class="btn btn-lg btn-danger" data-toggle="popover" title="Test" data-content="Hey {{Person.NickName}}">Click to toggle popover</button>Alas I can't get Lava working with bootstrap tours. I'll have a bit of a further play when I get a chance.