12 lines
		
	
	
		
			218 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			218 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// use this function to get and return all the prime numbers below the input number
 | 
						|
function getPrimes(num){
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
// all jquery dom actions can only be called inside document ready.
 | 
						|
 | 
						|
$(document).ready(function(){
 | 
						|
 | 
						|
 | 
						|
});
 |