javascript code does not work in latest version

jbadiag

Member
Hi guys,
I've updated to the last version of fabrik and now my code does not work
I have a javascript in /components/com_fabrik/js/list_8.js

JavaScript:
requirejs(['fab/fabrik'], function () {
   jQuery('.fabrik_filter_submit').click(function() {
      alert("clicked");
       jQuery('.fabrikDataContainer').addClass('mostrar');
   });
});
It was working until I upgrade to the last version. What do I have to change?
Thanks
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top