Need Help?

Here are some good places you cant start.

Whats New?

Get updated about all the good stuff!

futuristic-control-center
Text over Image on Hover - Featured Blog
Video Comparison - Featured Blog

Post Filters Javascript Events

When using filters sometimes you want to hook the filtering action and run your own code after the widget refreshed after the filtering.

For this you can use this event:

 


				
					var objGrid = jQuery("#grid_widget_id")
objGrid.on("uc_ajax_refreshed",function(){  //put your code here  });


				
			

If you have several widgets in the page, you can also use this event, on the “body”, would be easier in some cases.

				
					jQuery("body").on("uc_ajax_refreshed_body",function(event, objGridWidget){ //write your code here  });
				
			

Download is just a click away

Get instant access to tons of Elementor goodies, completely FREE!