craftee123
1/9/2015 - 3:20 PM

jquery for petitions gets signatories to the bottom of the page in petitions

jquery for petitions gets signatories to the bottom of the page in petitions

<script type="text/javascript">
	$( document ).ready(function() { 
		$( '#signers-page' ).insertAfter( $( '#mainForm' ) ); /* Puts signatures below the form */
		
		



});
	</script>