@section('page_title') OSAA - Activities @stop @section('page_sub_title') Oregon Wrestling Weight Monitoring Program @stop @section('scripts') @parent @stop @section('jquery_init') $('.tabs').tabs(); $('.button').button(); $('.nav_button').button({ icons : {primary : 'ui-icon-arrowthick-1-w'}}); $('.button.download').button({ icons : {secondary : 'ui-icon-document'}}); $('input[type="submit"].button').button('disable') .click(function () { var value = $('#school').val(); if (value != '') { var form = $(this).parents('form'); $(form).append(''); $(form).submit(); } else { return false; } }); $('#school').change(function () { var value = $(this).val(); if (value != '') { $('input[type="submit"].button').button('enable'); } else { $('input[type="submit"].button').button('disable'); } }); @stop @section('page_functions') Back @stop @section('main_content')
{{--

--}} @if (false)