| Current Path : /home/digilove/public_html/modules/mod_sj_moduletabs/assets/js/ |
| Current File : /home/digilove/public_html/modules/mod_sj_moduletabs/assets/js/jsmart.noconflict.js |
if (typeof $jsmart != 'function'){
if (typeof jQuery == 'undefined'){
var msg = 'Please include jquery first. jQuery 1.5.0 is recommended!';
if (console.log){
console.log(msg);
} else {
alert(msg);
}
} else {
$jsmart = jQuery.noConflict();
}
}