Skip to content

Instantly share code, notes, and snippets.

View matejbizjak's full-sized avatar

Matej Bizjak matejbizjak

  • Ljubljana, Slovenia
View GitHub Profile
@matejbizjak
matejbizjak / client.html
Created December 22, 2016 17:53 — 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');