jQuery(document).ready(function ($) { function filterCities() { var selectedCountry = $('#countrychecklist input:checked').val(); $('#citychecklist li').each(function () { var cityParent = $(this).data('parent'); if (!selectedCountry || cityParent == selectedCountry) { $(this).show(); } else { $(this).hide(); $(this).find('input').prop('checked', false); } }); } // عند تغيير الدولة $('#countrychecklist input').on('change', function () { filterCities(); }); // عند فتح الصفحة filterCities(); });class="wp-singular post-template-default single single-post postid-1 single-format-standard wp-custom-logo wp-embed-responsive wp-theme-dashwall col-2cl full-width mobile-menu invert-dark-logo logged-out">
Share
1

Hello world!

by Dr. Ahmed Hafez · January 12, 2026

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!