Skip to content

Instantly share code, notes, and snippets.

@faffyman
Created October 3, 2012 20:59
Show Gist options
  • Save faffyman/3829807 to your computer and use it in GitHub Desktop.
Save faffyman/3829807 to your computer and use it in GitHub Desktop.
just for fun - testing the embed gist feature
function clearMe(oObj,val) {
if(oObj.value==val) {
oObj.value='';
}
}
function fillMe(oObj,val) {
if (oObj.value=='') {
oObj.value=val
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment