I am trying to set up the Responsive Menu using combined.js
a merged library of Jquery Sizzle and jQuery core, it is posted here:
But it's eval
function conflicts and produces error when I include it in a page having many scripts loaded already like jQuery(smartWizard) and PrototypeJS.
Error produced is as below:
TypeError: $(...) is null
$('options_2_2').advaiceContainer = 'options-2-container';$('options_2_2').callb...
in combined.js > line 623
It's involving eval function so I have no clue how to resolve it. I don't think jQuery noConflict
will work here, still suggestions are welcome.