website added new table page
This commit is contained in:
		@@ -17,4 +17,13 @@ $(document).ready(function() {
 | 
			
		||||
      console.log(data);
 | 
			
		||||
    },'json');
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  $('#addnewtable-btn').click(function() {
 | 
			
		||||
    console.log("clicked");
 | 
			
		||||
    $('.create-table').show();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  $('.exit-icon').click(function() {
 | 
			
		||||
    $('.create-table').hide();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user