SyntaxFix
Write A Post
Hire A Developer
Questions
Use this
<script> $(document).ready(function(){ $( '.expand' ).click(function() { $( '.img_display_content' ).show(); }); }); </script>
Event assigning always after Document Object Model loaded