Questions tagged as 'html'

0
answers

GRUNT CSS-MIN does not process with @import inline

Hello, I'm building an html page where I merge js files using Grunt and the grunt-usemin grunt-contrib-uglify grunt-contrib-concat To compile js I use the following structure <!-- build:js js/compact/modulos.js --> <scr...
asked by 20.02.2018 / 15:48
0
answers

Jquery Ajax - Problems rendering graphics using jquery request

I'm developing a web application that aims to generate monthly reports of some information coming from the mobile application. Since I have little experience with Jquery, I'm having trouble uploading the information on the chart. I'm using the...
asked by 20.02.2018 / 15:09
0
answers

Display the name of a foreign key in bootgrid?

I'm having to put a foreign key in the bootgrid view. In the first comment of a video lesson the author of video aula said that to display a foreign key just add a date-formatter with an apelike, which in my case I called it "RequesterName"...
asked by 20.02.2018 / 14:42
1
answer

self-populated form with the remaining data of one of the selected fields

I wanted to have a dynamic form where the only thing that is asked is to select a user u from a list of users passed to the model from a controller, the email and status fields should be automatically displayed depending on the user who is selec...
asked by 20.02.2018 / 01:32
3
answers

Capture form - Correct way

I used to call a specific form by creation ID in the body of the document: document.forms[0] Only after I was able to understand what the NAME attribute is in these cases, but I was in doubt, for example, I have more than one form on the p...
asked by 27.02.2018 / 22:51
0
answers

Read web pages in loop converting to text

I need to read several web pages successively in a loop, converting each page to text. The goal is to read stock quotes from Yahoo Finance for example. I have tried several resources, the last being WebBrowser , the problem is that from...
asked by 26.02.2018 / 20:55
1
answer

I can not align the logo with the menu

In responsive mode, the menu icon is aligned with the logo, but when it is in full screen mode and is below the logo /*----RESET---*/ *{ margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300;...
asked by 18.02.2018 / 01:27
1
answer

Change the directory where the folder will be created

I do this the upload where the folder is created inside the wordpress folder: if (!file_exists($pasta)){ mkdir("$pasta", 0777); } $diretorio = "img/"; foreach ($registro as $Id => $estado) { $url = $diretorio . $_FILES['Ima...
asked by 21.02.2018 / 11:09
0
answers

Select elements from all window.frames and apply events

How can I select and manipulate elements of all window.frames being generated by each SVG within a <object> tag that I put on the page? I'm trying to add events click() to elements <g> of the .svg files loa...
asked by 20.02.2018 / 23:36
1
answer

How to create a city selector before entering the site

Hello I'm trying to create a city selector for the user to select the city and according to the city, go to the specific page but do not even know how to search about it I did everything in wordpress, I mounted a popup and in that popup I...
asked by 19.02.2018 / 01:24