Hi
Any help, guidance, is this right place for javascript questions for portal, i hope so.
I have an entity list and one column has a yes/no response . I am trying to get it so that once all rows are completed and the answered column is all yes's then remove a class from a button so it can be clicked.
I have this code already that colours the rows green when they are yes , but if i replace $(this).parent().addClass('success'); with $('mybtn).removeClass('disabled'); it would make the button active when any are yes