Forum Discussion
Parshant
8 years agoBoss
You can use javascript or jquery to get the value of "data-lia-action-token".
Some thing like this to get attribute value.
var token = $('.lia-link-navigation.addBoardUserEmailSubscription.lia-component-subscriptions-action-add-board-user-email#addBoardUserEmailSubscription').attr('data-lia-action-token');and add this variable value to your html.
Sign in to react to this post
kavithams
8 years agoGuide
Parshant Okay thanks, this is for accessing this attribute. But what exactly is this token and how can I generate one myself ?
Also by accessing this attribute using jquery, I'm unable to assign it or use it in freemarker yet.
Please let me know the same.
Sign in to react to this post