The html heplper is located on the cshtml form, which generates the following markup
<input id="ref.addr" name="ref.addr" class="k-textbox k-state-disabled" data-role="fiasInput" readonly="" style="width: 65%; opacity: 1;" value="" title="40000000 Область Город"> I need the title attribute, I have tried no results in various ways.
var addr = ""; addr = $("#ref.addr").val(); addr = $("#ref.addr").attr("title");