// formular scripts // uni dropdown creater function CreateDropDown(selectboxid, highlightValue, dropDownValues, lastDropDown) { // load options var dropDownArray = dropDownValues.split('|'); $.each(dropDownArray,function(indx,val) { try { var drpVal = val.split('¦')[0].split('~')[1]; var drpText = val.split('¦')[1].split('~')[1]; $('#' + selectboxid).append($('