Hide BootStrap Modal Issue in JQuery

There are two ways to close the bootstrap model:

Step 1:

  1. .model('hide')  
  2. $('#modal').modal('hide');   
Step 2: 
  1. $( "#model" ).hide();