Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Populate realtors city list
- if($('#realtors-city-list').length) {
- var data = {
- 'action' : 'get_realtors_city_list',
- 'zip_code' : $('#realtors-city-list').attr('data-zip-code')
- };
- $.post(maindata.ajaxurl, data, function(response) {
- $('#realtors-city-list').html(response);
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement