Questions tagged as 'jquery'

1
answer

Scroll per section with side guide

I would like to apply the following effect to a project, when the user uses the scroll, either up or down the scroll is made straight to the section below, needing a rolled scroll and it goes to the next section of the hierarchy: What...
asked by 19.02.2015 / 14:36
1
answer

Div opening and closing automatically

Well, I'll put ADS on a page of mine, and it will be at the top of the page centralized. And I wanted the person to enter the page the ads would show, and would have a close (X) function, and after 5 minutes would open again, and so it goes, eve...
asked by 18.02.2015 / 14:54
3
answers

Get URL ID Code and insert into JS

How to get the code galeria of url http://URL/galerias.php?galeria=casais and put in js? $(document).ready(function() { $('#conteudo').load('galeria.php?galeria='prodId'', function(){ $('#gallery a').lightBox...
asked by 04.03.2015 / 04:28
2
answers

Add Header and Footer on all pages

I am creating a new version of a city guide portal, there are several pages and currently the staff uses the .shtml include: include virtual="../header.htm" include virtual="../footer.htm" Is there any other way to pull the header and f...
asked by 01.07.2015 / 14:51
1
answer

How to make a lightbox with CSS and jQuery?

I want to make a login bar with lightbox , that is, when clicking link in> "will appear a <div> that was hidden and a transparent dark background will appear. How do you build something like this?     
asked by 01.07.2015 / 17:59
2
answers

Comparison of dates

I want the message to appear when the user enters no date or the start date is greater than the end date. The code I made was this: /** * @Assert\True(message = "Erro! Verifique as horas. Data inical não pode ser maior que a data final.") */...
asked by 11.02.2015 / 16:02
2
answers

Find entity's data for another

I have an Intervention entity, another of Failure and another of Prevista and I wanted to go buck the data of these entities and put everything together in a table. The table that puts everything together will be within the entity Interventio...
asked by 12.02.2015 / 12:43
1
answer

Filter table data through checkbox

I have the following checkboxes: <div class="row smart-form"> <section class="col col-1.5"> <label class="toggle"> <input type="checkbox" name="checkbox-toggle" rel="Natureza" value="Produtos">...
asked by 10.02.2015 / 16:02
1
answer

Sort by date

Look, is it possible to sort a table by date in javascript, symfony2 or jquery? I have a table with several data and records and I would like to sort the records by date.     
asked by 09.02.2015 / 17:30
1
answer

JQuery Do not allow Click on a Button that has a certain CSS Class

Hello everyone, I have an application with JQuery EasyUI, and I always call the click actions of the buttons with JQuery, as shown below: $("#btnEditar").click(function(){ ... }); It happens that when clicking the button and it is disable...
asked by 09.04.2015 / 14:30