getgrav / grav-plugin-shortcode-ui

Grav Shortcode UI Plugin
https://getgrav.org
MIT License
47 stars 11 forks source link

bind tab click handler more dynamically #28

Open mhoester opened 6 years ago

mhoester commented 6 years ago

Hi, in our project we load parts of the contents via ajax, which breaks tab functionality. I changed the jQuery click event registration to also include all future elements which match the given selector, which, according to the docs, should be no performance issue.