Hello,
I'm working on a site that is using the history API. It is working ok, but I have some links on dynamic content area I can't trigger a jQuery click event.
Code : http://cdpn.io/qGgAa
Any help?
I solved this using:
$( "body" ).on('click', '.home-area__botao', function() { callHistoryAction( $(this) ) return false })
Hello,
I'm working on a site that is using the history API. It is working ok, but I have some links on dynamic content area I can't trigger a jQuery click event.
Code : http://cdpn.io/qGgAa
Any help?
I solved this using: