Posts by Gustavo Freire • 73 points
6 posts
-
-2
votes6
answers2089
viewsA: Check if a String contains two words
indexof will give -1 or the space the string shows the desired char. In his comparison he only verifies that the space comes after the first letter, example: j john would work, you just need in your…
-
1
votes1
answer46
viewsA: Atom, save without GOOD
apparently a problem to be solved in Tom link to Issue
atomanswered Gustavo Freire 73 -
0
votes1
answer332
viewsA: Positioning of kivy widget
you need to define relative to what "B5" will position, so you need to define 'pos' of B5 as pos: self.x + 100, self.y + 100 for example it will be 100 pixels "inside" of Gridlayout…
python-kivyanswered Gustavo Freire 73 -
1
votes1
answer157
viewsA: Nodejs - socket.io and jquery
since you are using Node.js one option is to take it out of html and include it in a separate file and create a variable content the $ symbol used in jquery (don’t forget to have jquery included in…
-
1
votes1
answer118
viewsA: Transparency problem using position Fixed in css
You only need to set the z-index in this case (the lower the higher) link w3schools
-
0
votes3
answers94
viewsA: Lock to not show another div while one is already visible to the user
You will need to check if there is any event click out of your div after it is clicked, for this you need to add an event system in your code and limit the event to only run on elements other than…
jqueryanswered Gustavo Freire 73