TypeError: undefined is not a function, zoomooz wont join jquery.
Closed this issue · 1 comments
songoo commented
<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 .
songoo commented
Other jquery initialisation was refreshing old one my bad .