Skip to content

Instantly share code, notes, and snippets.

View zackkitzmiller's full-sized avatar
🏗️
Working from home

Zack Kitzmiller zackkitzmiller

🏗️
Working from home
View GitHub Profile
$expanded = 0;
$('.video img').click(function(){
if($expanded == 0) {
$(this).animate({
width: '720px'
}, 500, function(){
$query = $this->db->get('table_name');
$query->row(5);
$page = 'page_7'
if ($page != 'page_5' || $page != 'page_6') {
// do page 1-4 logic
} elseif ($page == 'page_5') {
// do page 5 logic
} else {
// all other page logic
}
We couldn’t find that file to show.
<?php
foreach ($somethings as $thing) {
$count = 1;
if ($count == 4) {
echo "<div class='thing'>";
?>
LOTS OF HTML CONTENT HERE
</div> <!-- close div -->
<?
$('.dropdown a').click(function() {
$(this).parent().next().toggle();
return false;
});
$this->postmark->from('[email protected]', 'Jason Kruit');
$this->postmark->message_plain($message_plain);
$this->postmark->message_html($message_html);
foreach($users as $user) {
$this->postmark->to($user['email']);
$this->postmark->send();
}