Type: Posts; User: almohada
Sorry, forgot to add the source of above script. Source
function stopRKey(evt) { var evt = (evt) ? evt : ((event) ? event : null); var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null); if ((evt.keyCode == 13) &&...
Sorry for reviving this old thread. I am trying to add some data of the selected items in a a text field , but am not able to do that, as data from the first select keeps repeating. I dont have much...