Questions tagged as 'html'

1
answer

Change image src with PHP / HTML variable

If anyone can help me, I would be grateful. I would like to create a structure where the file path is changed by a button that changes the image number, like this: Variable XXX = image number (image_XXXX.jpg) First I thought I would ha...
asked by 14.04.2018 / 14:40
3
answers

Click and dblclick in javascript

I'm new to JS and I'm learning, and I'm doing a game of the old one in which the first click is for the player1 to place the "x", and two clicks for the player2 to place the "o", how serious the best way to do because I can not add an "onclick"...
asked by 09.04.2018 / 20:24
1
answer

What web language is used in websites to make effects? [closed]

How do developers produce these sites with so many effects and all modernity? Are they specific languages? Frameworks ? Plugins ? Examples: link link     
asked by 15.12.2015 / 01:28
0
answers

Data Redirection Online Reservations

Hello, I am developing the design of a website where the customer must fill out the check-in and check-out information in the calendar of the Hotel's own website and when clicking on "Book Now", this data must be automatically filled in Online Bo...
asked by 09.04.2018 / 22:34
1
answer

View jquery code in an ID

Gallery need help with my code, what am I doing wrong? onFinish: function () { <br><br> console.log('registrationStoreId') console.log(pmMVCHelpers.user.getProperty('registrationStoreId')); var registrationStoreId =...
asked by 11.04.2018 / 14:48
1
answer

Tremble / Shaking when I hover on h4

Can anyone tell me what to do to prevent h4 do Tremble / Shaking when I do hover ? I'm submitting my code below. CSS: films{ width: 100%; height: auto; margin-bottom: 30px; padding-top: 100px; text-alig...
asked by 08.04.2018 / 20:09
1
answer

Select certain input value

I'm finalizing a project, whereby the user bip (barcode reader) in an input the barcode of an invoice and need only return the invoice number (9 positions) in another input. The key position is 44 characters. I need to select from character 2...
asked by 08.04.2018 / 16:45
0
answers

Incompatibility Browser Edge UpdatePanel

I have an UpdatePanel, which works perfectly, in chrome browsers and firefox, it does not refresh the page when I change something in the combobox, however in the EDGE browser it updates, I already tried putting several compatibility mode codes...
asked by 05.04.2018 / 16:17
0
answers

problem with gallery creation in ionic

I'm developing a mobile application with Ionic. my problem is this: I need to create a gallery and did a step by step on the net how to do, the problem that both sites use urls for their path and I'm trying with the path on the machine, but the...
asked by 04.04.2018 / 01:44
1
answer

Foreach in fields

Good afternoon. I am having trouble displaying the data in a form, where it can have multiple addresses and within these addresses can have several involved. I tried something like: foreach($input[endereco] as $key => $endereco){ foreac...
asked by 03.04.2018 / 21:09