Skip to content

Instantly share code, notes, and snippets.

View crowdfundhq's full-sized avatar

CrowdfundHQ crowdfundhq

View GitHub Profile
<script>
window.hq.postDialog = function(form){
var params = hq.serialize(form);
var center = hq.initDialog();
window.hq.post(form.action, center, params);
};
// General post ajax method
window.hq.post = function(url, el, params){
if(!el){ el = document.getElementById('content');}
hq.ajax(url, {