idx(document).ready(function() {
// Display OH data
var oh = idx(‘div[id^=”IDX-resultsMediaOpenHouse-“]’);
var ohCount = idx(‘.IDX-openHouseDateTime’).length;
idx.each(oh,function(index, value) {
var id = value.id.match(/IDX-resultsMediaOpenHouse-(.*)/)[1];
idx(this).clone().appendTo(‘div[data-listingid=”‘ + id + ‘”] .IDX-resultsDescription’)
});
(
0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...