What I found: The procedure defined by me nuRunPHPHidden ("AddCmd", 0); must be added twice to run once, if followed by nuClosePopup ();
Code: Select all
function nuSelectBrowse(e){
var r = $('#' + e.target.id).attr('data-nu-primary-key');
nuSetProperty('ECHIPLUCRARE_ID', r);
nuRunPHPHidden("AddCmd", 0);
nuRunPHPHidden("AddCmd", 0);
nuClosePopup();
}