Questions tagged as 'html'

1
answer

Getting an element by the id after the repeat in an array - HTML / JavaScript / Angular

Hello, I need to get an element in the HTML after a ng-repeat, to apply CSS commands on the div on which it depends on the result coming from the database. For now I can only get this element, but the Style is only applied in the first item of t...
asked by 15.05.2017 / 18:49
0
answers

WebRequest Connection

I have a website ready, but I want my program to check the user login on the site. Basically it can register in both and access both with the same user (The site and the system uses the same database). But I'm not able to do this check by the sy...
asked by 10.05.2017 / 16:33
0
answers

I can not insert my html document into a web page through f12

I'm using F12 to try to link to the link on a normal webpage one of my html documents. However, when you insert the link into href, the page says you are not allowed to access the document. ex: (webpage with tag "a" already existing) <a hre...
asked by 05.05.2017 / 03:26
1
answer

Conflict between a Jquery call and a js file

I have a problem in a function using Jquery and a file that I call inside my html that are conflicting, it is only working one, I tried using jQuery.noConflict () but apparently it did not work, I do not know how to use it correctly follows the...
asked by 05.05.2017 / 13:27
1
answer

Simple CSS gallery [closed]

I'm trying to make a gallery for a website and I'd like the photos to show only within div class="conteudo" . I tried to set height and width to div but the photos appear as in the image below, stacked and being displa...
asked by 05.05.2017 / 04:41
2
answers

Problems with NaN Jquery

Good night, I'm trying to generate the result by multiplying the values of these textbox * span values, however he accuses the value is not a number, I would like to understand which implementation I'm doing wrong. Fiddle: link HTML...
asked by 05.05.2017 / 04:22
0
answers

JS PDF - Export with html Canvas

I'musingJSpdfnowwiththemethodittakestoprintfromthescreenandthenexportsthisprinttopdf,butwhengeneratingthepdfIwouldliketomakethescreenmoreadjusted.WhenIuseLandscapeitlooksliketheimageabove,withalineinthemiddleanddoesnotfitthescreenentirely.Andwh...
asked by 05.05.2017 / 06:03
1
answer

When clicking on the data list execute the specified ajax function

I need to "click" on the datalist "cities" option to run the ajax to load the neighborhoods, the way it has to be pressed "enter" $(function(){ $(".carregando").hide(); $(".carregandoBairros").hide(); $('#uf').change(function(){...
asked by 05.05.2017 / 18:43
3
answers

How to leave vertically self-adjusting DIVs?

I'm having trouble trying to leave some% s of self-tuning% s vertically. Thereisspacerequiredforthedivtobeexactlybelowtheoneaboveit,butitdoesnotrise,thereisanemptyspacebetweenthetwo.(i.e. Example in JSFiddle     
asked by 06.07.2014 / 22:21
2
answers

How to pass the data in PHP

I have a doubt, I am making a system of registration of orders, however when clicking the button I want these data to appear on another page (I had done in javascript but this compromises security, I wanted to know how to do in php) : example:...
asked by 09.05.2017 / 11:43