Function in JS returns undefined
- by megapool020
Hello there,
I have the following problem. The alert allways returns undefined, but I know it has a value. What am I doing wrong. I'm out of solutions...
I'm using JQUERY jquery-1.4.2.min.js
Tnx in advance
$(document).ready(function(){
$('#generateButton').click(createIBAN);
});
function createIBAN(){
//---- First check if a bank has…