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)
could it be possible that your html-element is contained twice within txt?
it would be helpful if you would provide the html and the assigning javascript-code.