TOPIC: Jquery conflict

Jquery conflict 9 years 6 months ago #6334

  • jstvnson
  • jstvnson's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 1
  • Karma: 0
We are having a Jquery conflict on 50.22.97.158/~hrmty/

It looks like there is a conflict with OMG Menu at Visit US > Calendar of Events.

We are also having issues when we try to use other Jquery modules. (Twitter Feed, FaceBook Feed, etc.)

Thank you in advance.

John
The administrator has disabled public write access.

Re: Jquery conflict 9 years 6 months ago #6335

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

I think you has loaded many jquery version, so please check your module and disable to load jquery.

If disabled jquery and it doesn't help then you can add code below into your head tag(template file, remove #)

<s#c#r#i#p#t type="text/javas#c#r#i#p#t"> window.addEvent('domready', function(){ if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) { Element.implement({ slide: function(how, mode){ return this; } }); } }); </s#c#r#i#p#t> [code] Regards[code]
<s#c#r#i#p#t type="text/javas#c#r#i#p#t">
window.addEvent('domready', function(){
if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) {
Element.implement({
slide: function(how, mode){
return this;
}
});
}
});
</s#c#r#i#p#t>
Regards[code]

Regards
Last Edit: 9 years 6 months ago by trungdt.
The administrator has disabled public write access.
Time to create page: 0.105 seconds