Skip to content

Instantly share code, notes, and snippets.

View zhaidewei's full-sized avatar

Dewei Zhai zhaidewei

  • FedEx Express Digital International
  • Amsterdam
View GitHub Profile

Keybase proof

I hereby claim:

  • I am zhaidewei on github.
  • I am zhaidewei (https://keybase.io/zhaidewei) on keybase.
  • I have a public key ASDR0EvzsW_l_BRziz35p3r3fHD1YGTJ8RbCt06iplhyWAo

To claim this, I am signing this object:

@zhaidewei
zhaidewei / example.html
Created August 8, 2016 13:22 — forked from pawl/example.html
Flask Inline Editing Example Using WTForms + X-Editable
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>title</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/css/bootstrap-editable.css" rel="stylesheet"/>
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>