properEventBinding

Hello everyone! I’ve got soft-rejection on my HTML template. I need to fix PROPER EVENT BINDINGSPACING, but i don’t know where fix it. Help me please!!

myDemo: http://appony.mcdir.ru/defIndex.html

Regards
boostThemes

Where you have in custom JS code, for example:

jQuery(’#selector’).click(…

replace with:

jQuery(’#selector’).on(‘click’, …

And so on for click, bind, hover, ready, load, resize…

1 Like

Thanks, I will try this