Questions tagged as 'jquery'

1
answer

My form is giving much problem with the part of the cadastre

My site has the login forms, the registration form and the "Recover my password" side by side, I want to connect the registration form with my database, the login I already have, but the registration I still can not, I want to make a registratio...
asked by 07.11.2017 / 02:39
1
answer

Changing the position of images

I have a list with 21 images, arranged in a grid of 3 columns and 7 lines, and I have to make every time there is a refresh on the page, or it is accessed by another IP, these images change position, so that the image in position 1 goes to posit...
asked by 26.07.2015 / 17:11
1
answer

Question about jquery code [closed]

asked by 07.04.2014 / 20:54
1
answer

How to make a jquery code run only on the desktop version of the site

I have the following problem in the code below: // Muda o menu de imagem pra texto var x = $(window).width(); if(x >= 590){ $(document).on("scroll",function(){ if($(document).scrollTop()>100)...
asked by 30.12.2018 / 19:13
2
answers

jQuery effect of scroll ads [closed]

I need a jQuery library that has the effect on this site . The effect I need is for the 3 banners at the top of the page to have a scrolling effect to the left, does anyone have any ideas?     
asked by 29.01.2014 / 16:51
1
answer

How to do this in Javascript (Listing products by category, According to the Database) [closed]

I'm making an application to order is my TCC and I'm having trouble.     
asked by 16.10.2017 / 23:19
1
answer

When you click on a link, close all open divs and open a specific one? [duplicate]

I'm developing a website that will only be one page and will not have scrolling, I need when I click on a < a > close the open div and open the one I passed in the
asked by 25.07.2014 / 16:01
1
answer

Javascript does not work :( [closed]

Good morning. Linke the javascript on my site as follows: script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js">andoneofthecodesisthis,insertedjustafterthebody,tosetmenuafterscrolling:<scripttype="text/javascr...
asked by 04.01.2018 / 15:40
1
answer

How to refresh the page?

I needed that when the person clicked a button on the previous page he would move to the next page and give me a refresh. How do I do that? I need this refresh because otherwise I will have to do a "gambiarra" to be able to work a shopping ca...
asked by 20.09.2017 / 14:02
1
answer

Category Filter [closed]

I'm trying to implement the following category filter on my site, but I'm not succeeding. Code updated with the 2 filters. <!doctype html> <html> <head> <meta charset="utf-8"> <title>Conteudos</title> <...
asked by 27.09.2017 / 22:43