Public Gists by jordanisip

Gravatar
Fri Aug 14 17:04:06 -0700 2009
1
2
3
module Ramaze
  module Helper
    module Grid
Gravatar
Wed Jun 24 13:48:57 -0700 2009
1
2
3
===VIEW===
 
      <%- form_for @credential, user_external_credentials_path(@user), :class => "horizontal" do -%>
Gravatar
Fri May 22 11:47:35 -0700 2009
1
2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
Gravatar
Thu Apr 23 16:26:31 -0700 2009
1
2
3
  $(function() {
    $('.checkbox input:checkbox').change(function(){
      var service = $(this).parent().next().find('label:first');
Gravatar
Tue Apr 14 17:46:14 -0700 2009
1
2
3
.header_wrapper
  .header.clearfix
    %h1= link_to "Kashless", "/"
Gravatar
Tue Apr 14 17:40:59 -0700 2009
1
2
3
    <div class="header_wrapper">
      <div class="header clearfix">
        <h1><a href="/">Kashless</a></h1>
Gravatar
Fri Nov 21 12:18:33 -0800 2008
1
2
3
  // Outer function just allows use of $ or jQuery (for jQuery Plugins)
  (function($){
  // Creates a jQuery wrapper method so methods can be attached to jQuery wrapped sets eg:
Gravatar
Fri Nov 21 12:17:47 -0800 2008
1
2
3
(function($){
$.fixieAjaxForm = function(onSuccess) {
  // $('form').fixieAjaxForm()
Gravatar
Wed Sep 10 02:15:14 -0700 2008
1
2
3
Playing with gist
 
Cool?