i guess you might be facing error due to jQuery add the following lines at the top of your script. if (typeof ($) === 'undefined') { $ = parent.$; jQuery = parent.jQuery; }
↧