Skip to content

Instantly share code, notes, and snippets.

View ninozhang's full-sized avatar

nino ninozhang

  • WeiYi
  • Canton/GuangZhou
View GitHub Profile
@feliperazeek
feliperazeek / PlayHttpServletRequest.java
Created June 18, 2011 23:22
Adapter class to define a HttpServletRequest from a Play Framework Request Object
/**
* Copyright 2011 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
(function($) {
// Used by dateinput
$.expr = {':': {}};
// Used by bootstrap
$.support = {};
// Used by dateinput
$.fn.clone = function(){
var ret = $();