click trigger not working after ajax load....

click trigger not working after ajax load....

i am working on a smarty template where i am using some filter options to filter products using different options. the products are loading via ajax after selecting any option. i want to trigger click event after ajax load the results from another smarty template. but click trigger not working after ajax loads the results.

any idea?

i am using this code to trigger the click event

$("label.labelclass").trigger('click');