mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 07:57:45 +03:00 
			
		
		
		
	more specific selector to avoid problems
This commit is contained in:
		
							parent
							
								
									076fcd8196
								
							
						
					
					
						commit
						1af15a721d
					
				|  | @ -71,7 +71,7 @@ | ||||||
|             }); |             }); | ||||||
| 
 | 
 | ||||||
|             $(document) |             $(document) | ||||||
|             .on("change", ".checkbox input", function() { $(this).blur(); }) |             .on("change", ".checkbox input[type=checkbox]", function() { $(this).blur(); }) | ||||||
|             .on("keydown paste", ".form-control", function(e) { |             .on("keydown paste", ".form-control", function(e) { | ||||||
|                 if(_isChar(e)) { |                 if(_isChar(e)) { | ||||||
|                     $(this).removeClass("empty"); |                     $(this).removeClass("empty"); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user