$(function() { $("select").selectBoxIt({ showFirstOption: false, autoWidth: false }); $('.checkradios').checkradios({ checkbox: { iconClass: 'icon-ok-1' }, radio: { iconClass: 'icon-circle' } }); $('.progress').sticky({topSpacing: 0}); Tooltip.init('form .box .row'); $('#exit_toggle').click(function () { $('.exit').lightlayer({ backgroundColor: '#000000', opacity: 0.5, transition: 0.1, position: 'middle', escape: true, cache: true }); }) }); function sang_change(v) { if(v == '') { document.getElementById('sang_details').style.display='none'; } else { x = $('select[name="sang"] :selected').attr('class'); if(x.substr(x.length - 1) == 1) document.getElementById('sang_details').style.display='none'; else document.getElementById('sang_details').style.display=''; } }