Skip to content

Instantly share code, notes, and snippets.

View markonikolic985's full-sized avatar

Marko Nikolic markonikolic985

View GitHub Profile
@markonikolic985
markonikolic985 / client.html
Created November 25, 2018 11:54 — 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');