This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<meta charset="utf-8"> | |
<title>HTML5 Bones :: PAGE TITLE</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// shutlQuoteReponse received via Shutl API | |
shutlQuoteResponse = { | |
"quote_collection": { | |
"id": "51d6b5dfe4b0d901fbcfce1a" | |
... | |
} | |
} | |
new Shutl.PriceCalendar({ | |
quoteResponse: shutlQuoteResponse, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Price Calendar stylesheet --> | |
<link href="https://d1gsdspyuft8zm.cloudfront.net/0.9/stylesheets/shutl_price_calendar.css" media="screen" rel="stylesheet" type="text/css" /> | |
<!-- Price Calendar JavaScript --> | |
<script src="https://d1gsdspyuft8zm.cloudfront.net/0.9/javascripts/shutl_price_calendar_with_dependencies.js" type="text/javascript"></script> |