Jquery form hides the input selection

  • 2020-03-30 02:47:40
  • OfStack

 
$("#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

Related articles: