This file contains hidden or 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
<script type="text/javascript"> | |
$('#username').keyup(function(e){ | |
if( $('#username').val().length > 0 ){ | |
$('#username_error').html(''); | |
$('#username_error').removeClass('name-validation'); | |
} | |
}); | |
$('#lastname').keyup(function(e){ | |
if( $('#lastname').val().length > 0 ){ | |
$('#lastname_error').html(''); |
This file contains hidden or 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
{ | |
"type": "charge.pending", | |
"object": "event", | |
"data": { | |
"object": { | |
"id": "ch_2a6dc1c2-45e6-4a95-85e0-c111acc8dfc6", | |
"object": "charge", | |
"created": "2013-09-17T23:02:41.860Z", | |
"paid": true, | |
"amount": "12.00", |
This file contains hidden or 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
<% provide(:title, @micropost.title) %> | |
<% content_for :meta do %> | |
<% if [email protected]? %> | |
<% meta [:property => "og:image", :content => @micropost.thumbnail] %> | |
<% end %> | |
<% meta [:property => "og:description", :content => " #{@micropost.title}"] %> | |
<% meta [:property => "og:type", :content => "website"] %> | |
<% meta [:property => "og:title", :content => "Soxialit - #{@micropost.title}"] %> | |
<% meta [:property => "og:url", :content => "https://soxialit.com/microposts/#{@micropost.id}"] %> |
This file contains hidden or 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
<header class="navbar navbar-fixed-top"> | |
<div | |
style="background-color:black; | |
background: -webkit-linear-gradient(top, black, black); | |
background: -moz-linear-gradient(top, black, black);" | |
class="navbar-inner"> | |
<div class="container"> | |
<span class="span5"> | |
<div id="home_nav_bar_logo"><%= link_to image_tag("logo.png", width:35, height:35), root_url %></div> | |
</span> |
This file contains hidden or 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
input, textarea { | |
width: 260px; | |
max-width: 260px; | |
padding: 9px; | |
outline: 0; | |
color:#DDD; | |
font: normal 13px/100% Verdana, Tahoma, sans-serif; | |
background: #FFFFFF url('bg_form.png') left top repeat-x; | |
background: -webkit-gradient(linear, left top, left 25, from(#000), color-stop(4%, #000), to(#000)); | |
background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); |
This file contains hidden or 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
/* | |
A jQuery edit in place plugin | |
Version 2.3.0 | |
Authors: | |
Dave Hauenstein | |
Martin Häcker <spamfaenger [at] gmx [dot] de> |
This file contains hidden or 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
<p id="editme1" style="background-color: transparent;" class="">Text to be changed</p> | |
<p id="editme4" style="background-color: transparent;" class="">Edit me now! no lo se</p> | |
<div id="updateDiv1">The original html was: yep bus</div> | |
<div id="updateDiv2">The updated text is: si wey ni mames</div> | |
<script type="text/javascript"> |
This file contains hidden or 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
<iframe width="500" height="300" scrolling="no" frameborder="no" src="https://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col8+from+1hFUDhanIE7JGZI43tpiy-B-wyuNxT3VRzPTg31I&h=false&lat=19.0100083790377&lng=-97.9659235136719&z=10&t=1&l=col8"></iframe> |
NewerOlder