Welcome, Guest
Username: Password: Remember me

TOPIC: jquery noconflict issue

jquery noconflict issue 9 years 5 months ago #1430

  • Roy S
  • Roy S's Avatar
  • OFFLINE
  • New Member
  • Posts: 1
  • Karma: 0
hello,

I am using your module jo notifications bar on my website but facing problem with its jquery noconflict code. This particular code is stored in tmpl folder under default.php page in line number 103 as follows:

var jo = jQuery.noConflict();

And because of that, there are many js features are showing properly on my website. If i remove that noConflict line then everything is working fine but that module itself isn't working. So I need your help on this. How can I sort out that problem?

Thanks
Roy
The administrator has disabled public write access.

jquery noconflict issue 9 years 5 months ago #1431

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Roy
Find and open file default.php and go to line 103 and changed
var jo = jQuery.noConflict();
jo(document).ready(function($)
To
jQuery.noConflict();
jQuery(document).ready(function($)
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.178 seconds