| | |
| | | |
| | | jQuery(document).ready(function() { |
| | | loadInitContent(); |
| | | |
| | | $("#pageForm").submit(function(e){ |
| | | //Prevent form submit: e.preventDefault() in lists |
| | | if ($(".panel #Filter").length > 0) { |
| | | e.preventDefault(); |
| | | } |
| | | }); |
| | | }); |
| | | |
| | | |
| | |
| | | <div id="col3_content" class="clearfix"> |
| | | <a id="content" name="content"></a> |
| | | <!-- skiplink anchor: Content --> |
| | | <form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data" class="uniForm" onSubmit="return false;"> |
| | | <form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data" class="uniForm"> |
| | | <div id="pageContent"><!-- AJAX CONTENT --></div> |
| | | </form> |
| | | </div> |