﻿/*
made in zcm123
使用说明
先传递参数 在链接处 

然后创建一个以 参数_v 为id的控件

在 js中定义新的显示框 如下 之后即可使用
*/
$(document).ready(function() {
$('a.jt:eq(0)').cluetip({
      cluetipClass: 'jtip', 
      arrows: true, 
      dropShadow: false,
      hoverIntent: false,
      sticky: true,
      mouseOutClose: false,
      ajaxCache: false,
      closePosition: 'title',
      width:'550px',
      activation: 'click',
      closeText: '<img src="cross.png" alt="close" />'
    });
$('a.jt:eq(1)').cluetip({
      cluetipClass: 'jtip', 
      arrows: true, 
      dropShadow: false,
      hoverIntent: false,
      sticky: true,
      mouseOutClose: false,
      ajaxCache: false,
      closePosition: 'title',
      width:'550px',
      activation: 'click',
      closeText: '<img src="cross.png" alt="close" />'
    });
$('a.jt:eq(2)').cluetip({
      cluetipClass: 'jtip', 
      arrows: true, 
      dropShadow: false,
      hoverIntent: false,
      sticky: true,
      mouseOutClose: false,
      ajaxCache: false,
      closePosition: 'title',
      width:'550px',
      activation: 'click',
      closeText: '<img src="cross.png" alt="close" />'
    });
$('a.jt:eq(3)').cluetip({
      cluetipClass: 'jtip', 
      arrows: true, 
      dropShadow: false,
      hoverIntent: false,
      sticky: true,
      mouseOutClose: false,
      ajaxCache: false,
      closePosition: 'title',
      width:'550px',
      activation: 'click',
      closeText: '<img src="cross.png" alt="close" />'
    });
$('a.jt:eq(4)').cluetip({
      cluetipClass: 'jtip', 
      arrows: true, 
      dropShadow: false,
      hoverIntent: false,
      sticky: true,
      mouseOutClose: false,
      ajaxCache: false,
      closePosition: 'title',
      width:'550px',
      activation: 'click',
      closeText: '<img src="cross.png" alt="close" />'
    });
});
