This file contains 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 PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<HTML> | |
<HEAD> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript" charset="utf-8"></script> | |
<script type="text/javascript" charset="utf-8"> | |
$(document).ready(function() { | |
$('#form_div').submit(function() { | |
var inputs = []; | |
$(':input', this).each(function() { |
This file contains 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 PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<HTML> | |
<HEAD> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript" charset="utf-8"></script> | |
<script type="text/javascript" charset="utf-8"> | |
$(document).ready(function() { | |
$('#form_div').submit(function() { | |
var inputs = []; | |
$(':input', this).each(function() { |
This file contains 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
//take this | |
Array | |
( | |
[0] => Array | |
( | |
[1] => 40354 | |
) | |
[1] => Array |
This file contains 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
if( $drop_down && !$online_only ): | |
if( apc_exists('subject_drop_down' . $term_code) ) | |
return apc_fetch('subject_drop_down' . $term_code); | |
elseif( $drop_down && $online_only ): | |
if( apc_exists('online_subject_drop_down' . $term_code) ) | |
return apc_fetch('online_subject_drop_down' . $term_code); | |
endif; |
This file contains 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
if( $drop_down && !$online_only ): | |
if( apc_exists('subject_drop_down' . $term_code) ) | |
return apc_fetch('subject_drop_down' . $term_code); | |
elseif( $drop_down && $online_only ): | |
if( apc_exists('online_subject_drop_down' . $term_code) ) | |
return apc_fetch('online_subject_drop_down' . $term_code); | |
endif; |
This file contains 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
if( $drop_down && !$online_only ) | |
{ | |
if( apc_exists('subject_drop_down' . $term_code) ) { return apc_fetch('subject_drop_down' . $term_code); } | |
} | |
elseif( $drop_down && $online_only ) | |
{ | |
if( apc_exists('online_subject_drop_down' . $term_code) ) { return apc_fetch('online_subject_drop_down' . $term_code); } | |
} |
This file contains 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
{exp:plugin_name} | |
<a href="{plugin_url}">{plugin_title}</a> | |
{/exp:plugin_name} |
This file contains 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
$(document).ready(function() | |
{ | |
function displayAjaxMessage(message) | |
{ | |
$("#ajax-message").html(message); | |
$("#ajax-message").show(); | |
$("#newsletter-form").hide(); | |
} | |
$("#newsletter-form").submit(function(event) |
This file contains 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
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* ExpressionEngine - by EllisLab | |
* | |
* @package ExpressionEngine | |
* @author ExpressionEngine Dev Team | |
* @copyright Copyright (c) 2003 - 2011, EllisLab, Inc. | |
* @license http://expressionengine.com/user_guide/license.html | |
* @link http://expressionengine.com |
This file contains 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
export/ | |
Alaska | |
Honeymoon //celebration | |
First_name_id | |
image.jpg | |
image2.jpg | |
video.mp4 |
OlderNewer