Skip to content

Instantly share code, notes, and snippets.

@dcolthorp
Created November 4, 2008 23:32
Show Gist options
  • Select an option

  • Save dcolthorp/22257 to your computer and use it in GitHub Desktop.

Select an option

Save dcolthorp/22257 to your computer and use it in GitHub Desktop.
<a class="launch_realius" style="display: none"
listing_id="40366444"
street_address="123 foobar st."
lat="37.3"
lng="-121.9"
market="CLAMLS"
price="100000"
category="San Fran">Predict sales price</a>
<dl class="realius" style="display:none">
<dt>content</dt>
<dd><a href="#">Predict sales price</a></dd>
<dt>listing</dt>
<dd>
<dl>
<dt>listing_id</dt><dd>40366444</dd>
<dt>street_address</dt><dd>123 foobar st.</dd>
<dt>lat</dt><dd>37.3</dd>
<dt>lng</dt><dd>-121.9</dd>
<dt>market</dt><dd>CLAMLS</dd>
<dt>price</dt><dd>100000</dd>
<dt>category</dt><dd>San Fran</dd>
</dl>
</dd>
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment