Questions tagged as 'html'

2
answers

generating an array of [month / year] to send to an ajax

I'm not sure if I've specified the title correctly, but, come on, I have a url that returns a json with a value from the bank, the value comes this way: "01/2010" through "12/2016". I created a loop that brings me this way: val['01/2010']...
asked by 16.08.2016 / 18:11
3
answers

Detect text inside a special character and convert it into a PHP function

You can go through a textarea to detect a text within the [text] character and transform it into a PHP ? Summarizing: 1. Go through a textarea 2. Find a text containing around [] 3. Converts it into a php function 4...
asked by 03.08.2016 / 16:30
2
answers

When clicking on the site menu, move the scroll bar to a specific point slowly [duplicate]

I would like to move the scroll bar to a specific point on the page by clicking the menu of the site. I could do with anchors. jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDe...
asked by 20.07.2016 / 21:08
3
answers

Where do HTML form data go? [closed]

On sites with a registration, such as Facebook, where does the data go when you complete the registration? And when you log in to the site, does it recognize whether you have an account or not?     
asked by 18.08.2016 / 04:32
2
answers

Problem in storing data in Array

I'm creating a program that stores a person's tasks in an array, and shows them those tasks. But I have trouble showing tasks. I can not show the old jobs. Only the last task entered is displayed. Code: <?php session_start(); ?> <h...
asked by 21.07.2016 / 04:31
2
answers

How to change the layout of a page without touching the source code?

The following code does the following: When I click the button Show Button another button appears, however, let's suppose I click F5 , the button disappears. What tool could I use to prevent this from happening and the button stays ther...
asked by 03.10.2017 / 21:30
3
answers

How to do that when clicking on a key a submit is sent [duplicated]

Well it's the following, I have a chat on my site, the chat has a text field and a send button that is to send. In other words, the person types in the text and then has to click the send. I'd like to know how you would do that by clicking...
asked by 05.12.2015 / 00:32
4
answers

Change button text color when clicking

I would like to know how to change the text color of the button writing when I click on it, I want it to click on the button and it will turn out golden and stay white until I click it again, but what I managed so far is that it only change colo...
asked by 12.11.2015 / 18:17
2
answers

Fixed form goes over the menu

I have an application where I have a normal menu at the top of the page, and just below it a form, where this form has to be fixed, in a way that when I scroll the page down, that form is at the top of the page , and the rest of the page runs be...
asked by 24.11.2015 / 12:42
2
answers

Working with scripts and style sheets in Laravel 5.1

I'm new to Laravel 5.1 (actually Laravel) and I'm having a hard time understanding how to work with style sheets and simple scripts. On several sites, I see that I need to add an element in my composer.json which is "laravelcollective/html"...
asked by 01.12.2015 / 17:09