http://astridkraniger.com/works/
Thank you! Although I deactivated the binding event because it was not working.
G
gattonaBella
@gattonaBella
Posts
-
Binding Events jQuery don't work after update -
Binding Events jQuery don't work after updateAfter the update my jquery hover events don't work anymore. I have oriented them on the Binding Click event in your Documentation (http://laytheme.com/documentation.html#binding-click-events)
Custom Head Content:
<script> jQuery(document).on("hover", "#retold_img", function(event) { jQuery("#retold_description").toggle(); }); </script>
Custom CSS:
#retold_description { display: none; }
I tried it in 2 browsers (Safari, Chrome)
Thanks for the help!Best,
Astrid