I\'m having a textbox and assigned the following function (it\'s the only function assigned):
txt.bind(\"keyup\",function(event){ if(event.keyCode==13)
i found out by myself - txt.bind was assigned twice to the textbox so it fired twice. is this a bug? i thought binding a function will always fire just once .. hmm