Questions tagged as 'jquery'

1
answer

Dynamic Search with JSON - PHP - MYSQL

I've been searching the internet but I could not find any references, perhaps because I was searching wrong, so I resorted to creating this post. I have a query in the database (MySql with PHP) that returns me a list of products with several...
asked by 08.12.2014 / 20:43
2
answers

Div does not hold the top?

I have div that I would like it to hold at the top when the div has to play at the top. I tried to this , but resulted in% blinking%%. What's wrong? SCRIPT $(window).on('scroll', function() { var ell = $('.menu').offset().top; v...
asked by 30.10.2017 / 16:54
1
answer

Div animation, no CSS3 for future position

I have a supposed product gallery, with divs aligned using {display: block; float: left;} I've caused some divs to disappear depending on the menu selected using fadeOut() and reappear with fadeIn() . I've created this cod...
asked by 24.05.2014 / 18:03
1
answer

How to give Play / Pause in a SWF contained in HTML?

My HTML looks like this: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="440" id="movie" align=""> <param name="movie" value="swf-file.swf"> <param name="quality" value="High"> <pa...
asked by 09.05.2014 / 00:21
3
answers

Hide / edit the appearance of select

I'm cracking my head to try to get the select from my site to agree with my css. In fact, only in Mozilla that the saying whose does not look the desired. I was looking for some jQuery to do editing these elements, but the problem is that on...
asked by 26.08.2014 / 14:56
1
answer

problem with google.maps.LatLngBounds behavior

I have and following code that pecorre my maker and arrow the bouns var bounds = new google.maps.LatLngBounds(); $.each(markers_temp, function (key, value) { markers[key] = value; bounds.extend(markers[key].position); }); markerClust...
asked by 02.12.2015 / 15:04
1
answer

Transforming a datatable into array with jquery

I have as output a string with the following format. [["link"],["<iframe id='player' type='text/html' width='452' height='272' src='http://www2.camara.leg.br/camaranoticias/tv/embedAoVivo.html?width=450&height=253' frameborder='0'>&...
asked by 14.12.2015 / 04:47
3
answers

Disable input text when clicking on another input text

Good afternoon, I have the two inputs below: <input type="text" id="txtEntrada" name="entrada" onkeyup="somenteNumeros(this);" > <input type="text" id="txtSaida" name="saida" onkeyup="somenteNumeros(this);"> I would like...
asked by 02.12.2015 / 19:24
2
answers

How to give a FadeIn only in the Clicked Item

I'm trying to do the following: I have a looping coming from the database. When I click on a button on one of the results, I wanted to make a div appear in fadeIn. It turns out that when I click on one, the div appears in all. How do I click...
asked by 04.02.2014 / 14:22
1
answer

How to filter by cities States in Laravel?

I made a filter in laravel and it works perfectly but nevertheless it brings all the cities. It does not bring the specific cities of that state. I do not know if this filter has to go there in the laravel controller, how does it work for jquery...
asked by 04.10.2017 / 15:45