How do you get the id of jQuery to have the value of. In general you can't get it


In the form: id = “pojo.name” with jQuery value. If $(“#pojo.name”).val() is not available directly. The correct method is:


$("[id='pojo.namepojo.name']").val();