Bit confusing. The problem is on switch on our rent/buy form. The BUY option stays inactive when chosen the second time. Video will probably explain this better:
Live link:
http://www.cubescripts.com/real-estate-script/
Thanks.
Bit confusing. The problem is on switch on our rent/buy form. The BUY option stays inactive when chosen the second time. Video will probably explain this better:
Live link:
http://www.cubescripts.com/real-estate-script/
Thanks.
Seeing the HTML would be even more useful
I have left the live website. The actual HTML is bit long but here is a snippet:
<!-- /.tab-content -->
<div class="form-group fg-type">
<div class="dropdown listings dropGuests" id="listing-3"> <span class="dropdown-trigger" role="button" data-toggle="dropdown"><span class="selected-stype alltypes">Rent</span></span>
<ul class="dropdown-menu" role="menu">
<li>
<ul class="nav nav-tabs submenu" role="tablist" id="hs-searchtabs">
<li role="presentation" class="active" data-type="rent"><a href="#hs-rent" aria-controls="home" role="tab" data-toggle="tab">Rent</a></li>
<li role="presentation" data-type="sell"><a href="#hs-sell" aria-controls="home" role="tab" data-toggle="tab">Buy</a></li>
</ul>
</li>
</ul>
</div>
</div>
Thanks!
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.