$("#instanceInfo input[type='hidden'][name!='belongtomodel']")
Gets the input collection with the id hidden under the instanceInfo form and the name not equal to belongtomodel
$("#instanceInfo input[type='hidden'][name!='belongtomodel']")
Gets the input collection with the id hidden under the instanceInfo form and the name not equal to belongtomodel