It has been a very busy time here at Redhills. We have been working getting a learning management system (LMS) LearnUpon ready for release. It has taken nearly nine months to bring it from concept to here, but we are … Continue reading →
This caught me as the jquery selector syntax of $(“#group_accessibility_id”).val(myVal); was not working. From searching the web I came across $(“#group_accessibility_id option[value='"+groupToUse.group_accessibility_id+"']“) .attr(“selected”,”selected”); Which did the trick!