Questions tagged as 'html'

1
answer

How to select an image link text (html) and erase everything else with Regex?

I'm working with a CSV (XML type) file, I'm using a google spreadsheet to clean the data, I'd like to edit a set of cells by making a selection of an image link in html and delete all the rest of the cell using Regex. The google spreadsheet h...
asked by 17.04.2018 / 02:26
1
answer

How to use the setTimeout () method to delay the appearance of a Javascript alert?

Good afternoon, right now I'm developing a javascript, html and css project. it is the Game of the Rooster, the game works only that I need that the warning of victory or of tie only appears after the X or the O. And what is happening is that th...
asked by 18.01.2018 / 17:23
1
answer

Redirect to external link in Laravel

How can I do to redirect out of my website in Laravel? I have already tried with Redirect :: away () but it did not. I saw some solutions with javascript but wanted to look for other ways.     
asked by 06.03.2018 / 12:37
1
answer

How to pause and continue after an event?

To with this code here: function aparecer(){ const array1 = [1,2,3,4,5,6,8,9,10]; for (let i=0; i < array1.length;i++){ const lugar = document.getElementById('local'); const ul = document.createElement('UL');...
asked by 19.02.2018 / 19:30
2
answers

How to make 'appear' in an element according to page scrolling?

I watched this video (link below) and would like to build an element that only appears when the scroll reaches the "touch point". I believe it should be javascript. If anyone knew I would be very grateful: D I tried to link the files and add the...
asked by 31.01.2018 / 01:25
2
answers

Mirror inputs with their values

Is it possible for jquery to understand the elements of an array value coming from the html? ps: I do not know if it is correct to say that in html there is an array. I am creating with html and jquery a dynamic input that is having the v...
asked by 30.01.2018 / 19:59
2
answers

Create a modal only with jQuery / JavaScript

I have a view RecoverySenha , where it will bring the following message:    We will send password recovery information to the email below:       [email protected] Where this view will already open with the email according to the user ID....
asked by 30.01.2018 / 12:26
1
answer

Select2 does not work on my pc but works on jsfidle

This code is in jsfidle, that is, it shows the stylized select and select it with an input search. <html> <head> <title>TESTE</title> <script src="https://ajax.googlea...
asked by 06.02.2018 / 02:00
3
answers

Insert Tags by Console

I need to insert Tags into a site through the console. To be more specific, I want to add a TAG <iframe></iframe> . I have already tried to use document.createElement('tag') , after that add the attributes of the tag b...
asked by 29.01.2018 / 15:47
1
answer

Cast from the name (String) of the object type

I get a list that has several types of HTMLElements. I need a NameValuePair list, with name and value of each object. So I have this function that gets the list: private List getValoresPost(List parametros){ List<NameValuePair> p...
asked by 12.12.2017 / 15:43