ColorBox and CapSlide

ColorBox and CapSlide

Hello friends.
I need to use the plugin on the same page and ColorBox CapSlide.


I'm having the following problem and can not solve.


ColorBox need to run the place

  1. $ (Document). Ready (function () {
  2.             / / Examples of how to assign elements to the event ColorBox
  3.             $ ("A [rel = 'ShowImage1']"). colorbox ();
  4. });

and the need to put CapSlide


  1. $ (Function () {
  2. $ ("# Capslide_img_cont11). Capslide ({
  3.             caption_color: '# fff',
  4.             caption_bgcolor: '# 000',
  5.             overlay_bgcolor: '# f9ca8d'
  6.             border: '4 px solid # 000 ',
  7.             showcaption: true
  8. });
  9. });

so that one cancels the other.
anyone have any solution?


sorry my bad english.