Posts by Wilson Prado • 83 points
5 posts
-
0
votes1
answer220
viewsQ: DLL php_http.dll using windows
Is there any possibility of importing this DLL -> php_http with windows? I’ve used all the tips from the internet to try to make this import, many of these tips indicate a link that no longer…
-
2
votes1
answer48
viewsA: listenTo does not listen to their respective Rigger
I found the error, what happens is that the listenTo is in a file that is not connected in any way to Trigger and the view where the listenTo is not loaded in memory, so the listenTo will never…
-
1
votes1
answer48
viewsQ: listenTo does not listen to their respective Rigger
I have several other listenTo respond correctly to your Rigger, however this below is not responding, I have tried in every way to make her answer, but all attempts were unsuccessful.…
-
-1
votes1
answer860
viewsQ: Insert more values into a variable
var $e = $(e.currentTarget); var eData = $e.data(); var personagem = this.model.get('personagens').get({'id': eData.personagemId}); var candidatos = personagem.get('candidatos'); I need to put one…
-
5
votes2
answers12256
viewsQ: Modal within a modal
I have a modal that opens on another modal, as I would not allow this modal that is open on the other modal not to close when I click off it. Note: I am using bootstrap, I tried using…