Build with IDX Broker Forums IDX Broker Control Panel Javascript in Control Panel Display Open House Data outside of the modal pop-up

Viewing 0 reply threads
  • Author
    Posts
    • Nick Leech
      Keymaster
      Post count: 37

      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 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
Viewing 0 reply threads
  • You must be logged in to reply to this topic.