[Progress Communities] [Progress OpenEdge ABL] Forum Post: JavaScript Reference

  • Thread starter Thread starter netwebtest123@gmail.com
  • Start date Start date
Status
Not open for further replies.
N

netwebtest123@gmail.com

Guest
Hello Everyone, I have used widgets as "Content Block" and it's contents Html as a text in "text-editor", but I am not able to add any reference like JavaScript? I want to add below line in html but it was not working. $(document).ready(function() { $('.partner-filter li').on('click', function() { $(this).addClass('active'); $(this).siblings(".active").removeClass('active'); }); var filterizd = $('.filtr-container').filterizr({ }); });

Continue reading...
 
Status
Not open for further replies.
Back
Top