Line 109: | Line 109: | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
− | $( '#popUpImgList > ul' ).bind('click', function() { | + | $('#popUpImgList > ul').bind('click', function() { |
− | + | ||
console.log("hi"); | console.log("hi"); | ||
}); | }); |
Revision as of 18:23, 14 August 2018
×