Skip to content

Instantly share code, notes, and snippets.

@oelmekki
Created October 22, 2009 19:35
Show Gist options
  • Save oelmekki/216221 to your computer and use it in GitHub Desktop.
Save oelmekki/216221 to your computer and use it in GitHub Desktop.
window.addEvent('domready', function() {
var wq = new OVH('domains', 'result');
$('chkdomain').addEvent('click', function( event ){ event.stop(); wq.checkdomain($('domain')); });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment