This lesson summarizes the overall learnings of this course, covering the important aspects of ISO 26262 Automotive Functional Safety standard. It discusses the fundamentals, core concepts, and implementation workflow for ISO 26262. This course helps in understanding and implementing automotive functional safety with various detailed lessons.
jQuery(function(){
var url = jQuery("#Video").attr('src');
jQuery("#myModal").on('hide.bs.modal', function(){
jQuery("#Video").attr('src', '');
});
jQuery("#myModal").on('show.bs.modal', function(){
jQuery("#Video").attr('src', url);
}); });