How to use JQuery Marquee in WordPress?

WordPress comes with copy of jQuery bundled. See wp_enqueue_script() documentation for how to:

  1. Register you script properly and make it load jQuery as dependency

  2. Use required noConflict wrapper so you can use jQUery functions (simply $ won’t work in WP).