Skip to content

Instantly share code, notes, and snippets.

View jensechu's full-sized avatar

Jensen Kuras jensechu

View GitHub Profile
$("form").submit(function () {
var english = $("#user-input").val();
var count = english.length;
$("#kitty-speech").addClass("kitty-bubble");
if(english == ""){
$("h1").text(" mrow? ");
$("#picture img").attr({ src: "images/kitty_confused.png" });
}
function reset_meow() {
$("h3").text("");
$("h1").text("");
$("#kitty-speech").removeClass("kitty-bubble");
$("#user-speech").removeClass("input-bubble");
$("#user-input").val("");
}
<div id="chat">
<div id="kitty-speech">
<h1>&nbsp;</h1>
</div>
<div id="user-speech">
<h3>&nbsp;</h3>
</div>
</div>
// A shared object containing all the values you want shared between your tooltips
var shared = {
position: {
my: 'top left',
at: 'bottom right',
},
show: 'click'
hide: 'click',
style {
tip: true
# SpeedTest
Using curl
Started: Fri Oct 7 09:59:51 EDT 2011
### Local IP
76.17.126.77
function archive_toggle(){
$("h4 a:first").addClass("accordion-selected").removeClass("accordion-deselected");
}
$(document).ready(function(){
archive_toggle();
$(".accordion-deselected h4").click(function(){
$(".accordion-selected").removeClass("accordion-selected").addClass("accordion-deselected");
$(this).removeClass(".accordion-deselected");
<anonuser> Oh. Basically, they a bunch of videos 1-3 minutes. After each video
you have a round of questions. You move on after you've answered
the questions correctly. [20:58]
<anonuser> At the end of each section, you take a quiz which recaps the
material
<anonuser> That is graded and you don't get your answers until after deadline
<anonuser> The homework they give out builds on the lessons and in later
lessons might require some serious effort. [20:59]
<anonuser> That's about all I know
<anonuser> I finished about 3/4 of before I stopped
.section {
/* Normal Screens */
/* iPhone 4+ Screens */
/* Original iPhone Screens */ }
.section .inner {
width: 50%;
margin-right: auto;
margin-left: auto;
background-color: red; }
@jensechu
jensechu / Example
Last active December 10, 2015 10:38
<!DOCTYPE HTML>
<html>
<head>
<title>hi reddit</title>
<link href="./test/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<section class="section">
<section class="inner">
<nav id="navbar">
body {
font-family: sans-serif;
background-color: pink;
margin: 0px;
}
.section {
padding: 10px;
}
.section .inner {
width: 50%;