Posts by Joao Marcos • 183 points
18 posts
-
0
votes1
answer21
viewsA: Pass array to modal with JQUERY
Talk people. I got it here! Can close! :) $('#alterarboletoscheckbox').on('show.bs.modal', function (event) { var idBoletos = ""; var qtdBoletos = ""; $.each($("input[name='excluir']:checked"),…
-
-1
votes1
answer21
viewsQ: Pass array to modal with JQUERY
Talk personal, all right? I have a little problem here that is taking my sleep. rs I can pass variables to the modal quietly as in the example below: Button that switches the variable to the modal:…
-
-2
votes1
answer141
viewsQ: Calling Api in useEffect doesn’t work?
I’m having a little problem here on the call for an API, code: const [fullCurrency,setFullCurrency] = useState(''); function carregaMoedas(){ const res =…
react-nativeasked Joao Marcos 183 -
-2
votes1
answer35
viewsQ: Updating duplicate records
Talk personal, all right? So, I made a mistake of issuing billets with the same unique number. I need to update in the table which are these duplicate records. The query that makes this…
mysqlasked Joao Marcos 183 -
-3
votes1
answer75
viewsQ: Receipt of findAll() in the nodejs
I’m having a huge doubt here. router.post('/login', (req,res)=>{ Usuario.findAll({where: {email: req.body.email}}).then((x)=>{ console.log(x.email) }) }) Result of 'console.log(x.email)' is…
node.jsasked Joao Marcos 183 -
1
votes1
answer264
viewsQ: HTML + PHP concatenation
Can someone give me a light on better practice of variable concatenation. I’m doing like this: $html=" <td> <span class='campotitulo'>"; echo $dadosboleto["codigodebarras"]; $html =…
-
2
votes2
answers216
viewsQ: How to show elements in sequence?
I’m trying to show the elements in sequence: <p class="desc">1)INFORMACAO1?</p> <p class="desc">2) INFORMACAO2</p> <p class="desc">3)INFORMACAO3</p> <p…
jqueryasked Joao Marcos 183 -
0
votes1
answer73
viewsQ: JQUERY programming logic
Talk personal! I am not able to reason in a small problem that I am wanting to improve the code. I have several Ivs(Content1,Content2,Content3....), I have a Content check that Content is active on…
-
-2
votes1
answer201
viewsQ: Slide JQUERY 100% screen EXAMPLE
I’m doing a full screen slide, but I find that in other monitors the image and the text gets bigger/smaller. I’d like to leave him one size fits all. Vi this site below, I found it very interesting.…
-
2
votes1
answer405
viewsQ: Text over div with borders
Speak guys! I have a div . presentation, in it I applied edges to become a triangle. Beauty, but I want to put a text above, but with the modified edges of . presentation, it is not aligned. How can…
-
1
votes1
answer38
viewsQ: Increase menu width jquery css
Naughty personal talk! : ) Great, I downloaded a menu in jquery on https://github.com/christophery/pushy/. I found it really cool. but I can’t in any way increase the width of the menu. I’ve changed…
-
0
votes1
answer103
viewsQ: Music in jquery slide
I have a slideshow, I’m trying to get every div of id content to play the music in question within the div content. I was thinking of using an if ($("#Content1"). is(":Visible") {$('#1.mp3').…
-
3
votes1
answer81
viewsQ: Code improvement
I am doing a college job, to show the benefit of user interactivity with jquery. The way I did it was: Content is responsible for the part showing the image and doing some onclick function. However,…
-
0
votes1
answer579
viewsQ: DIV fixed + DIV automatic scrolling
I’m doing a little chat, and I’m having problems with the scroll bar. I want the scroll in the main, not in the iframe. Imagery: HTML: <div class="container-fluid"> <div class="row">…
-
0
votes0
answers163
viewsQ: Passing parameter inside the method in the foreach
I have the index that contains my class call CRUD and the foreach calling the class method crud. But within the foreach I’m trying to pass the table name parameter, but it shows nothing. If I take…
-
3
votes1
answer52
viewsQ: side menu with left margin
I have a div central and a div to put the menu. The problem is that it is with a left margin that I can not take out in any way. I believe it is due to the style of the UL.…
-
1
votes2
answers41
viewsQ: Function does not run 2x
I have a Function selectStep() who receives a onclick per parameter 1 or 2, it spins what was past. The impasse is that I have two Divs Content1 and Content2, both with the same thing. But only the…
-
5
votes2
answers272
viewsQ: Animation manually Jquery
I’d like to get an idea how I can make a kind of SLIDE now with user interaction. I can’t find anything on the Internet to base on, and I can’t figure out how to do that! In the code I have a class…