-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
separated materialize from script.js #15
base: master
Are you sure you want to change the base?
Conversation
@@ -47,7 +47,7 @@ <h3>Choose your Criteria</h3> | |||
<br> | |||
|
|||
|
|||
<div class="input-field col s12" id="numOfBed"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeo
@@ -81,7 +81,7 @@ <h3>Choose your Criteria</h3> | |||
</div> | |||
|
|||
<div class="input-field col s12" id="propertyType"> | |||
<select single> | |||
<select multiple> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep multi select
@@ -92,7 +92,12 @@ <h3>Choose your Criteria</h3> | |||
<label>Property Type</label> | |||
</div> | |||
|
|||
<div id="price-slider"></div> | |||
<form action="#"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep this
@@ -48,7 +48,7 @@ | |||
</div> | |||
|
|||
<div class="container" id="suburbInfo"> | |||
<p> once we clicked on the saved property maybe we can apend the property info such as distance to work, cloest PT, suburb average price(HiChart), suburb demographics(optional) etc.....</p> | |||
<p> once we clicked on the saved property maybe we can apend the property info such as distance to work, cloest PT, suburb average price(HiChart), suburb demographics(optional)</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments
No description provided.