Skip to content

Instantly share code, notes, and snippets.

View shawncxc's full-sized avatar

Xuchang Chen shawncxc

View GitHub Profile
@shawncxc
shawncxc / client.html
Last active May 1, 2019 12:22 — forked from diorahman/client.html
Ajax, call jQuery POST to node.js expressjs
<html>
<head>
<title>jsonp test</title>
<script src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
<script type="text/javascript">
$(function(){
$('#select_link').click(function(e){
e.preventDefault();
console.log('select_link clicked');