Home > Article > Web Front-end > How does jQuery get the value of id with . The general method cannot get it_jquery
In the form: id = "pojo.name" uses jQuery to get the value. If you use $("#pojo.name").val() directly, you cannot get the value. The correct method is: