Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Created by Ryan J | ryanjayako@gmail.com
* Date:
* Version : v1.1
*/
include("config.ini.php");
@AngeloR
AngeloR / gist:1672212
Created January 24, 2012 19:58 — forked from anonymous/gist:1672186
Jbom - pastebin.com/uEEvZEpK
//JAVASCRIPT
$(document).ready(function(){
CLICKIT_core.init();
CLICKIT_contract_form.init();
});
var CLICKIT_config = {
URLs : {
checkName : 'index.php/users/getnames'
}