I currently have something like this in my code
<input class="parameterValueInput" trigger="@item.Name">
What I would like to do is to change content of an input that has a class name parameterValueInput and attribute called trigger with value "triggerValue";
I am not sure how to write a selector for that. any suggestions ?