How do I add 'list' attribute to an input field using jQuery? – Jquery ajax
I'm struggling to figure out the following; I have a django form field hidden in {{ field.field }}. It renders out as <input type="text" name="field-id" value="100" id="id_set-0-product" class="vForeignKeyRawIdAdminField"> I can tagret it using jQuery by its id but I need…