| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/news/modules/mod_bt_contentslider/tmpl/js/ |
Upload File : |
jQuery.noConflict();
if (typeof(BTCJ) == 'undefined')
var BTCJ = jQuery;
BTCJ(document).ready(function () {
if (typeof(btcModuleIds) != 'undefined') {
for (var i = 0; i < btcModuleIds.length; i++) {
BTCJ('#btcontentslider' + btcModuleIds[i]).css("direction", "ltr");
BTCJ('#btcontentslider' + btcModuleIds[i]).fadeIn("fast");
BTCJ('#btcontentslider' + btcModuleIds[i]).slides(btcModuleOpts[i]);
if (BTCJ("html").css("direction") == "rtl") {
BTCJ('#btcontentslider' + btcModuleIds[i] + ' .slides_control').css("direction", "rtl");
}
}
}
BTCJ('img.hovereffect').hover(function () {
BTCJ(this).animate({
opacity : 0.5
}, 300)
}, function () {
BTCJ(this).animate({
opacity : 1
}, 300)
})
})
BTCJ(window).load(function () {
var maxHeight = 0;
if (typeof(btcModuleIds) != 'undefined') {
for (var i = 0; i < btcModuleIds.length; i++) {
maxHeight = 0;
BTCJ('#btcontentslider' + btcModuleIds[i] + ' .slides_control > div').each(function () {
if (maxHeight < parseInt(BTCJ(this).height()))
maxHeight = parseInt(BTCJ(this).height());
})
BTCJ('#btcontentslider' + btcModuleIds[i] + ' .slides_control').css("height", maxHeight + "px");
}
}
})