JavaScript force an OnChange in Maximo
问题 I'm currently working on a Bookmarklet for Maximo, which is a Java EE application, and I need to populate a few input boxes. Generally when a use inputs data into the box they click a button that gives them a popup and they search for the value to be added to the script. Or they can type the name and hit tab/enter and it turns it to capital letters and does a few things in the background (not sure what it does exactly). I currently use Javascript: $('mx1354').value = "KHBRARR"; $('mx1354').ov