Skip to content

Instantly share code, notes, and snippets.

@nerdyworm
Created October 3, 2012 22:28
Show Gist options
  • Save nerdyworm/3830291 to your computer and use it in GitHub Desktop.
Save nerdyworm/3830291 to your computer and use it in GitHub Desktop.
var singleValues ="";
$(document).ready(function(){
$('form.forms').submit(function(event) {
event.preventDefault();
var input_value = $(this).find('input.inputs').val();
var s = aL(input_value);
alert(s);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment