JQuery and quick view

Hello,
After Quickstart installation
I have this issue:

Code:

Uncaught ReferenceError: jQuery is not defined jmbasetheme.js:96
Uncaught ReferenceError: jQuery is not defined saleoff.html:89
Uncaught ReferenceError: jQuery is not defined jquery.colorbox.js:1084
Uncaught ReferenceError: jQuery is not defined jmquickview.js:240
Uncaught ReferenceError: jQuery is not defined saleoff.html:131
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

Quick View doesn’t works!

Best Regards
Matteo

5 answers

Profile photo of chavan 100.00 $tone March 7, 2014
Public

I have moved the below code a few line up , this is the fix

/app/design/frontend/default/jm_megamall/template/page/html/head.phtml

Code:

<?php if(!defined('JM_ADD_JQUERY')): ?>
    <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/jquery/jquery.js') ?>"></script>
    <?php define('JM_ADD_JQUERY', true); ?>
<?php endif; ?>
#5

Please login or Register to Submit Answer

Written By

Comments