How to add fixed position in menu class for Twenty Twelve theme?

I found a way to make it work.

I had to put: <?php wp_enqueue_script('jquery'); ?> before
<?php wp_head(); ?> and then the jquery code.

If there is a better, clean way, please let me know.