Posts by user134546 • 51 points
3 posts
-
0
votes2
answers284
viewsQ: Select with two conditions
How do I select users who have code other than 0 and 573? For example, this is my table: Usuario Codigo 1 573 2 0 3 0 4 100 5 520 I need to select only users who have the code DIFFERENT from 0 and…
mysqlasked user134546 51 -
3
votes2
answers199
viewsQ: Check if HTML is visually filled
I have this div: <div class="listagem-usuarios"> //Aqui eu deixo vazio e insiro algo quando necessário através do append </div> I’d like to check if there’s nothing inside that div. I…
-
1
votes1
answer112
viewsQ: Change chips default behavior materialize
You can add a tag with the user clicking enter E on space? By default of materialize chips it adds only if you click enter... I found nothing on, the documentation of the materialize is very bad.…