Posts by Richard Nicson • 13 points
2 posts
-
0
votes1
answer180
viewsQ: Inner Join Laravel
I am trying to select data from the module table through relationship in the Standard. Where I have 2 tables Module and Activities In activity I have id_modulo and I need to select a column called…
-
0
votes0
answers84
viewsQ: Add Class in span attribute according to url
I have a span attribute and need to insert a class to force the hide if it is within a URL, I want to do it fully in javascript. Code I’m making document.addEventListener('DOMContentLoaded', ()…