How can i hide html elements by using javascript if i have this html page
test
You can use JQUERY : $('#1').hide()
$('#1').hide()
Great