Skip to content

Instantly share code, notes, and snippets.

View mohhasbias's full-sized avatar

Moh Hasbi Assidiqi mohhasbias

View GitHub Profile
@mohhasbias
mohhasbias / jquery.foundation.orbit.modified.js
Last active December 16, 2015 20:59
modified foundation orbit
/*
* jQuery Orbit Plugin 1.4.0
* www.ZURB.com/playground
* Copyright 2010, ZURB
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
(function ($) {
require "spec_helper"
describe "user registration" do
it "allows new users to register with an email address and password" do
visit "/users/sign_up"
fill_in "Email", :with => "alindeman@example.com"
fill_in "Password", :with => "ilovegrapes"
fill_in "Password confirmation", :with => "ilovegrapes"
@mohhasbias
mohhasbias / index.html
Last active August 29, 2015 14:17
jQuery Mobile Web App
<!doctype html>
<html>
<head>
<title>First Mobile App</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Welcome</h1>
<p>This is an awesome mobile app ever.</p>
<p>&copy; 2015</p>