0

I have use jQuery Drill Down Menu From http://www.designchemical.com/lab/jquery-drill-down-menu-plugin/getting-started/.

but this plugin is only work with given jQuery Version 1.4. If i am integrate with my project where jQuery 1.8.3, it produce following error into console.

Uncaught Error: Syntax error, unrecognized expression: [object Object][rel="2"] 

Any solution?

I don't want to add another jQuery Version just for this menu effect, it increase page sige.

Hitesh Siddhapura
  • 1,401
  • 15
  • 20

1 Answers1

0

I think it is not a problem.

You can have multiple versions of jQuery in a same page using jQuery.noConflict().

Check this answer Can I use multiple versions of jQuery on the same page?

Community
  • 1
  • 1
Praveen
  • 55,303
  • 33
  • 133
  • 164