Questions tagged as 'jquery'

1
answer

slideDown effect does not work in table

I'm giving the effect of slideDown () and slideUp () on my table, it opens normally but does not give the expected effect. follow the code $(".tabelaOculta").hide(); var oculta = false; $(".expandirTabela").click(function(){ if(oculta ==...
asked by 19.01.2018 / 14:41
1
answer

Show PivotTable [closed]

I'm creating a PivotTable from the values of an object, but at the time of generating the table it does not appear. Here is the code: <!DOCTYPE html> <html lang="en"> <head> <script src="https://ajax.googleapis.com/aja...
asked by 19.01.2018 / 17:57
1
answer

Up and down effect in a few seconds

Does anyone have any idea how I can go up and down? For example: Scroll down the icon for 5 seconds and in the sequence it goes up and a few seconds later it goes down and stay 5 seconds and climb again. Picture: #social { width:700px; /...
asked by 20.01.2018 / 16:58
2
answers

divs background with one side greater than another

Good afternoon, someone, could you please explain to me how to do this effect on the sloping background, or slope, depending on the way you look at yourself. I tried the inspect in the page, but I can not see how this effect is done, if it is an...
asked by 16.02.2018 / 18:25
1
answer

How to load an image into an input type img by getting the url of another input

Good evening. I have a form that has an input that receives a url by ajax. How can I get this url and fill in another input to view the image? JS ( here the id of the input that will receive the url ): $("#thumb").val(json.items[0].vo...
asked by 10.01.2018 / 03:33
1
answer

I have a search form with 3 fields, at least one of the first two must be filled, the other is optional

<form> <div class="form-group"> <label for="input1">Input 1</label> <input class="form-control input-sm" id="input1" type="text"> </div> <div class="form-group"> <label for="input2"&...
asked by 10.01.2018 / 01:47
1
answer

Receiving data from a url (m3u) using php

I have the following question: I have this URL: http://Infinity.quor8.com:8000/get.php?username=wesleybr&password=mxViBCIK05&type=m3u_plus&output=ts When you access it from the browser, a .m3u file is downloaded so far:)...
asked by 17.01.2018 / 14:29
1
answer

Stop a function already started in JQuery

The problem is as follows. I have a function called showJsonProducts (); I want it to, when I call another function it stops running, example: $('.btn').click(function(){ showJsonProducts.stop(); ou showJsonProducts().break(); Is ther...
asked by 13.01.2018 / 14:41
1
answer

Query JQuery-Ajax Laravel 5.5

   I can not do the ajax query in Laravel5.5. Inquiry Form: <form action="ConsultaEmpresa" method="get" name="FormConsultaEmpresa" id="FormConsultaEmpresa"> {{ csrf_field() }} <input type="date" style="width: 30%;" c...
asked by 24.04.2018 / 17:32
2
answers

Check return $ .getJSON

I need to know if something has returned from the database. Any suggestions? var url = "agenda_salao_pesquisa.php?dataReserva="+busca; $.getJSON(url, function(result) { //preciso saber se veio algo da consulta $.each(result, func...
asked by 25.04.2018 / 03:47