Support

Account

Home Forums Backend Issues (wp-admin) Changing Field values with jquery gets ignored. Reply To: Changing Field values with jquery gets ignored.

  • After changing the value try doing this,

    $('.i_am_a_name_base').trigger('change');

    Not sure it will help.