Questions tagged as 'jquery'

3
answers

Soft transition in slider images [duplicate]

I have a div that displays a series of images in your background: <div id="header-slider"> ... </div> In order for the images to loop through I made the following code in JQuery: var imagens = [ 'url(imagem01.jp...
asked by 03.03.2014 / 00:46
3
answers

Animation Parallax and Fade for web [closed]

I've done all movements movements in Adobe's Muse and Edge Animate, but I want to do it on the nail, coding. Any Parallax hints or similar animations on Codepen or Github? I want to do the Stop Scrolling effect. I need to animate my scr...
asked by 05.03.2014 / 21:14
1
answer

Display qrcode on an alert

I have this code: $("#exemplo1").click(function(){ $('#codigoQrCode').qrcode(JSON.stringify('teste')); //se vcs clicarem aqui, aparecerá o qrcode(canvas) }); $("#exemplo2").click(function(){ alert($('#codigoQrCode').qrc...
asked by 04.01.2019 / 18:28
1
answer

Detect the mobile operating system and redirect to a specific page

Good afternoon guys, okay? I would like someone to guide me in one thing, I'm trying to implement a website, a button where to depend on the operating system, it redirects to a website. Ex: If the person's phone is Android, I put it to redirect...
asked by 28.11.2018 / 20:33
1
answer

move the container without appearing scrool

Good morning, I'm having a problem when I move a div in my, I make it walk 50% of the screen size, until everything is ok, but when it goes to the side opens the scroll option to see where this div is. I would like it when it does not move....
asked by 10.12.2018 / 14:52
1
answer

How to identify equal classes in numerical order with jQuery?

On my page I have dozens of buttons that, when clicked, change the link ( href ) of a a element, with the attr method. To avoid putting a class on each button, since there are many, I would like jQuery to identify the buttons...
asked by 15.12.2018 / 21:05
1
answer

Video autoplay problem in Chrome [closed]

I'm having trouble inserting a video with autoplay into a page on a website, when this page opens in Chrome, the video is stopped until the "play" button is clicked on. I have read in several "posts" that it is a "bug" and the suggestion is t...
asked by 18.12.2018 / 22:40
1
answer

Set value inputmask jquery [closed]

I'm building a small system in jquery and in the part of the edition where I need to inform a value programmatically to the field the JQuery InputMask does not look right. Below the example of my code and what happened on the screen. $(".money...
asked by 19.12.2018 / 02:23
1
answer

Help with sum in JavaScript

I have this code: JSFiddle . Home It works as follows: It has a tab with three menus: Option 01, Option 02, Option 03. Home And in the content of these tabs there are some < li & gt ;. In Option 01 you have a < p & gt ;: 677.81 In Op...
asked by 22.05.2017 / 04:02
2
answers

How to submit data from a form without a submit button and without refreshing the page

Hello, I'm a relatively new programmer in php and I'm developing a website. It is a site where there is a list of companies. And I wanted to implement in it, search filters, the first of them being a select "Select your city": <form...
asked by 30.08.2016 / 21:46