oelmekki (owner)

Revisions

gist: 216221 Download_button fork
public
Public Clone URL: git://gist.github.com/216221.git
Embed All Files: show embed
Text #
1
2
3
4
window.addEvent('domready', function() {
  var wq = new OVH('domains', 'result');
  $('chkdomain').addEvent('click', function( event ){ event.stop(); wq.checkdomain($('domain')); });
});