JQuery takes the value of the id of


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


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