Skip to content

Instantly share code, notes, and snippets.

jQuery("[data-title]").each(function(el) { console.log(el); el.removeAttribute('data-title'); el.removeAttribute('data-field'); el.removeAttribute('data-value'); });
{
"name": "Index",
"fields": {
"philosophy": {
"title": "Philosophy",
"type": "section",
"items": {
"title":"text",
"subheading": "wysiwyg",
"video": "text",
{
"name": "Cookbook",
"fields": {
"reservations": {
"type": "section",
"title": "Reservations",
"items": {
"description": "wysiwyg"
}
},
//////////////////////////////////////////////
// COLORS ///////////////////////////////////
////////////////////////////////////////////
$body-bg: #fff;
$body-color: $brand-primary !default; // ** is this possible without explicitly defining body color
$bento-bar-bg: darken($brand-primary, 6%);
$border-width: 1px !default;
<div style=" height:100%;border-left: 2px solid #b45127; border-right: 2px solid #b45127; border-bottom: 40px solid #b45127; background-color:#ffffff; width:796px; margin-top:-40px;">
<div id="padded_content_full">
<h1 align="center" style="margin-top:0px; padding-top:20px; padding-bottom:10px; border-bottom: 1px solid #b45127;"> To begin the application process, please search for a location below</h1>
<div id="outermain">
<!--<div id="map-overlay"></div> -->
<div id="searchwrap">
<div id="searchbar">
<h3> Search Our Locations </h3>
<div class="input-append">
{
"engine": {
"type": "menu",
"config": {
"layouts": {
"three_columns": {
"name": "Three Columns",
"blocks": ["left_column", "middle_column", "right_column"]
}
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Next Gen</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
* {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:none;
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
<div id="pretop-container">
<div id="book-container">
<div class="wrapper">
<a href=javascript:void(0) class="pretop-container-close"></a>
<h4>Book a</h4>
<h2>Table</h2>
<form action="http://www.opentable.com/restaurant-search.aspx" target="_blank" >
<input type="hidden" id="GeoID" name="GeoID" value="8">
<input type="hidden" id="txtDateFormat" name="txtDateFormat" value="MM/dd/yyyy">
{% with price = item.prices[0].price %}
{% set rounded = price|float|round(0, 'ceil') %}
{% if rounded > price|float %}
{{ item.prices[0].label }} {{ price|money('en_US', format='#,##0.00') }}
{% else %}
{{ item.prices[0].label }} {{ price|money('en_US', format='#,##0') }}
{% endif %}
{% endwith %}