27.01.2017, 08:56 
		
	
	
		Hi,
is there a way to detect, via javascript, when a widget closes?
Thanks!
	
	
	
is there a way to detect, via javascript, when a widget closes?
Thanks!
| 
					Add a listener when a widget closes
				 | 
| 
		
		
		27.01.2017, 08:56 
		
	 
		Hi, is there a way to detect, via javascript, when a widget closes? Thanks! 
		
		
		27.01.2017, 09:06 
		
	 
		Not directly, but as a work-around you can create a timer which checks widget state each second: Code: var widget = $('#widget-1'), visible = false;
		
		
		27.01.2017, 10:04 
		
	 
		Than you, it works!    | 
| 
					« Next Oldest | Next Newest »
				 |