Skip to content Skip to footer

اشترك لتصلك آخر التحديثات

jQuery(document).ready(function($) { $(document).on('asl_results_show', function(event, data) { // Move search results from the default container to our custom section $('#ajax-search-results').html($('.asl_r').html()); }); });