Questions tagged as 'html'

1
answer

Modifying Html TAGs within an IFRAME with JavaScript

I would like to modify a tag that is inside an iframe in my page. I think it will become clearer with the script below: The tag "streamurl" is inside the iframe code. <iframe id="player_externo" src="https://openload.co/embed/zFec...
asked by 03.10.2017 / 16:05
0
answers

Make real-time modification

I made a simple script with JQuery that changes some texts in select of sizes in a store: <select> <option value="">Escolha seu tamanho...</option> <option value="476" price="0" data-label="p">P</opt...
asked by 03.10.2017 / 16:24
0
answers

ng-click is not fired within a label (Angular1)

Good afternoon, In my project, I have a component that is shared by different components. This component is called toggle-switch-input. This component serves to allow the filtering of some values in a list, and each item has a slider which,...
asked by 09.10.2017 / 19:06
0
answers

Unexpected Token

I am making an application with angularjs and the error "Uncaught SyntaxError: Unexpected token <" keep firing Follow the code js angular.module('alurapic').controller('FotoController', function ($scope) { $scope.foto = {} $scope.submet...
asked by 27.09.2017 / 14:19
1
answer

In my photo gallery, I can not open the images with ligthbox separately, how do I?

I'm creating a photo gallery to insert my work into my portfolio. I was able to create lightbox effect with jquery, however I would like it to open each image separately when clicking and not all together as it is happening. Here is the code:...
asked by 27.09.2017 / 16:11
1
answer

I want to email the product table

I'm trying to send a table of products through the php Mailer , but when I put the table code there, the table values are not filled up, <table width="467" border="1px" bgcolor="#CCC" > <thead> <tr> <th wid...
asked by 01.10.2017 / 03:39
0
answers

Plots charts in JavaScript

I'm developing a web application and I need to generate a graph from data passed by a form, however I do not want to plot the entire chart at once, but rather make some kind of animation where the graph is drawn gradually. Home  I have already r...
asked by 28.09.2017 / 01:13
1
answer

Dynamically display the database record with its category

I have this html code that separates the records from the database according to the category. <div class="example1"> <h1>Painel do Cliente</h1> <div class="panel panel-primary"> <div class="panel-heading"...
asked by 27.09.2017 / 21:55
2
answers

How to change the href of a link dynamically?

The code at the end of the statement is OK and works as expected. On the lines <a href='?f=on' onclick="alert('LiGHT ON')" class='btn1 btn-sea'>ON</a> <a href='?f=off' onclick="alert('LiGHT OFF')" class='btn2 btn-sea'>OFF&...
asked by 27.09.2017 / 21:55
1
answer

Expansive video via hover effect

I have a client that wants to put an advertisement in the form of video and when the user hover over that video it expands on the screen and starts to rotate. I searched everywhere and found nothing, I thought to do this via transition and anima...
asked by 27.09.2017 / 02:31