2 divs in one jquery function

2 divs in one jquery function

  1. <script type="text/javascript">
  2. jQuery(document).ready(function() {
  3. jQuery('#slider-container').cycle ({
  4. fx:     'fade',
  5. speed:  'fast',
  6.                         timeout: 6000,
  7. pause:2,
  8. next:   '#featured-next',
  9. prev:   '#featured-prev'
  10. });
  11. })
  12. </script>
That is the jquery I'm using. Is it possible to add two div IDs?