- Posts: 9
- Thank you received: 1
Firebug error: jQuery.hjt is undefined
-
kokgreat
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 4 months ago - 2 years 9 months ago #21754
by kokgreat
Firebug error: jQuery.hjt is undefined was created by kokgreat
Hello!
Thanx for module!
After installation HOT VM Scroller and replacing 2 files (helper.php, hot_vmscroller.js) in Firebug console output error:
Help me.
Testing resourse: habradev .ru
ps: sorry for my english.
Thanx for module!
After installation HOT VM Scroller and replacing 2 files (helper.php, hot_vmscroller.js) in Firebug console output error:
Code:
TypeError: jQuery.hjt is undefined
if(jQuery.hjt.hotvmscroller){
Help me.
Testing resourse: habradev .ru
ps: sorry for my english.
Last edit: 2 years 9 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago - 12 years 4 months ago #21759
by ivan.milic
Replied by ivan.milic on topic Firebug error: jQuery.hjt is undefined
Hi open:
modules\mod_vmscroller\helper.php
and replace:
with just:
modules\mod_vmscroller\helper.php
and replace:
Code:
if(jQuery.hjt.hotvmscroller){
jQuery(document).ready(VmsInit".$this->slideid.");
}else{
if (window.addEventListener)
{
window.addEventListener('load', VmsInit".$this->slideid.", false);
}
else if (window.attachEvent) // Microsoft
{
window.attachEvent('onload', VmsInit".$this->slideid.");
}
}
with just:
Code:
if (window.addEventListener)
{
window.addEventListener('load', VmsInit".$this->slideid.", false);
}
else if (window.attachEvent) // Microsoft
{
window.attachEvent('onload', VmsInit".$this->slideid.");
}
Last edit: 12 years 4 months ago by ivan.milic.
Please Log in to join the conversation.
-
kokgreat
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 1
12 years 4 months ago #21767
by kokgreat
Replied by kokgreat on topic Firebug error: jQuery.hjt is undefined
After changing firebug output error:
TypeError: jQuery("#VMScrollBoth1").hotvmscroller is not a function
direction:'horizontal'
TypeError: jQuery("#VMScrollBoth1").hotvmscroller is not a function
direction:'horizontal'
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago - 2 years 9 months ago #21771
by ivan.milic
Replied by ivan.milic on topic Firebug error: jQuery.hjt is undefined
Ok, just give me access to admin (use Report To Moderator to send login info), before that install xEtplorer RC5
Last edit: 2 years 9 months ago by milos.
Please Log in to join the conversation.
-
kokgreat
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 1
12 years 4 months ago - 12 years 4 months ago #21789
by kokgreat
Replied by kokgreat on topic Firebug error: jQuery.hjt is undefined
I'm testing in FF15.
After reinstall module - no bugs in firebug, but module dont work correctly.
After Ctrl+F5 module not work, next F5 - work, Ctrl+F5 again not work & etc.
In Opera 12 module dont work correctly.
After reinstall module - no bugs in firebug, but module dont work correctly.
After Ctrl+F5 module not work, next F5 - work, Ctrl+F5 again not work & etc.
In Opera 12 module dont work correctly.
Last edit: 12 years 4 months ago by kokgreat.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago - 2 years 9 months ago #21798
by ivan.milic
Replied by ivan.milic on topic Firebug error: jQuery.hjt is undefined
Ok done, I uploaded this file from attachment and enabled load jquery
Last edit: 2 years 9 months ago by milos.
The following user(s) said Thank You: kokgreat
Please Log in to join the conversation.
Time to create page: 0.158 seconds