Closed songoo closed 10 years ago
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script> <script src="{$basePath}/jquery.zoomooz.js"></script> <script type="text/javascript"> $(document).ready(function() { $(".panel-default").zoomTarget(); }); </script>
TypeError: undefined is not a function
This just does not work, zoomooz do not integrate with jquery at all, only adding class at html layer will fire zoom event .
Other jquery initialisation was refreshing old one my bad .
TypeError: undefined is not a function
This just does not work, zoomooz do not integrate with jquery at all, only adding class at html layer will fire zoom event .