Questions tagged as 'javascript'

1
answer

CSS and JavaScript files do not load when using Amigavel URL

Hello, I'm trying to create Friendly URL and it worked fine on some pages only some of it is not working CSS, JS etc. I'm using this in .htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^home/?$ /index.php?p=hom...
asked by 02.01.2016 / 06:44
1
answer

What's wrong with this Chrome extension? [closed]

I made a small extension in Chrome, and it is not working properly. My extension simply randomizes a word between one of those randomVals and displays. I would like you to help me know what is wrong with it. Here is the code: Manifest...
asked by 10.10.2015 / 21:37
2
answers

getElementById to modify 4 images with link clicks

I'mtryingtousethefunctiontochangebetween4imagesthroughclicksoncertainlinks.Howeverwhileoneimageappears,theother3alsoappearasafieldtobefilled.Iwouldliketoshowonlyone.Iwouldalsoliketoputtextinthepricefieldthatwillvaryaccordingtotheimage. functio...
asked by 21.10.2015 / 20:34
1
answer

jquery function does not work

CSS: .nav { width: 15%; height: 800px; background-color: #421; margin-top: 55px; float: left; } .nav-min { width: 5% !important; background-color: #ccc !important; } JS: <script src="http://code.jquery.com/j...
asked by 04.05.2016 / 04:24
1
answer

How to Mount a slide

I needed to make a mini slide that contains an image and text on the side. Let it pass automatically and when you click the button. Would anyone have a good reference or would have knowledge to do this? I mounted the image of what my slide would...
asked by 08.05.2015 / 20:35
1
answer

redirect page javascript after animation

Well, I'm making a game in HTML5 + CSS3 + JavaScript and I'm in the part of the initial menu. I wanted the button before redirecting the page to make an animation. The animation part is working fine, but from the moment I enter that part of the...
asked by 24.03.2016 / 16:31
2
answers

Clicking on an image shows a div

My question is the following, when clicking on image 1 appears the div 1, but after clicking on image 2, disappears the div 1 and appears the div 2, and then clicking on the image 3 disappears the div 2 e appears to div. How can I do this?...
asked by 18.03.2016 / 23:36
1
answer

How to confirm if user exists with those "green ticks"

They say it's with javascript, but I searched the net and did not think anything related ... Example of how I want it to stay: Currently I do with Alerts, but I would like validation to leave a green light like that of the image (see ri...
asked by 03.04.2016 / 21:02
2
answers

How to do an ordered listing by letter?

I suppose I have a list of names in array in Javascript. But I'm looking for a suggestion box style, where you just press an alphabetic key inside the field and as soon as you get key word tips for the letter you typed in. Here is a simple...
asked by 30.03.2016 / 19:50
2
answers

Click on a plus sign + and more inputs appear [duplicate]

There would be some way for a user to click on a small image with a + sign, to add more inputs to the form. In case I have the following inputs: Identificação do Responsável da Empresa 1: <input type="text" name="socio1"><br&g...
asked by 22.03.2016 / 02:12