• Resolved segamaze

    (@segamaze)


    Hello,

    I want to execute a custom function when someone click on the image while zooming in. But somehow I can’t trigger any clicks on the image elements. Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter segamaze

    (@segamaze)

    Just needed to use this and its solved:
    $(document).on('click', '.class', function() {

Viewing 1 replies (of 1 total)

The topic ‘Execute custom function on click’ is closed to new replies.