Simple jquery will not load
<script src="jquery-3.1.1.min.js" type="text/javascript">
$(document).ready(function(){
$("#p1").on("click", function(){
$("#p1").slideUp(300);
});
});
</script>
If you could please help, because I cannot work with jQuery!