Viewing 1 replies (of 1 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    You should be able to use jQuery to register a new event on click:

    $('.accordion-title').click(function() {
        // Your tracking code here
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Adding 'onclick' into [accordion-item]’ is closed to new replies.