i would like to get the value from an input field. The code looks like this:
<input type="number" step="any"
name="properties[wallpaper_size_width]" class="spb-productdescfont
spb-productoptiontextcolor spb-productoptionbackground"
placeholder="Breite in cm" required="">
Because I dont have an id for that input
$("#height").value();
will not work. I confused by the [] @name=
How can I select the value by the name?