Skip to content

Instantly share code, notes, and snippets.

@hottraffic
hottraffic / gist:7374836
Created November 8, 2013 17:49
something like this
<select name="ctl00$ctl00$ContentPlaceHolderDefault$Item4$Reservation_1$ddlPickUpDate" id="ContentPlaceHolderDefault_Item4_Reservation_1_ddlPickUpDate" data-mini="true" data-theme="c" onchange="AdjustDate(1)">
<option value="11/07/2013">
Thu, Nov 07 2013
</option><option value="11/08/2013" selected="selected">
Fri, Nov 08 2013
</option><option value="11/09/2013">
Sat, Nov 09 2013
</option><option value="11/10/2013">
Sun, Nov 10 2013
</option><option value="11/11/2013">
@hottraffic
hottraffic / gist:7271381
Created November 1, 2013 20:21
Tryign to find out how to create Unique Form Codes for each car similar to what is on this page. I want to however pregenerate them and include them on their respective car pages. Do you have any idea to how i could do that?
<?php
defined('_JEXEC') or die('Restricted access');
JHTML::_('behavior.tooltip');
$reserve = $this->reserve;
//dd($reserve);
?>
<div id="djrenacar">
<div id="djrac_steps">
@hottraffic
hottraffic / gist:6690884
Last active December 23, 2015 20:39
Jtouch Template
<?php
/**
* @package Jtouch for Joomla 1.5
* @copyright Copyright (C) 2011 - 2012 MobileMeWs.com. All rights reserved.
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.