jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

TypeError: undefined is not a function, zoomooz wont join jquery. #96

Closed songoo closed 10 years ago

songoo commented 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 .

songoo commented 10 years ago

Other jquery initialisation was refreshing old one my bad .