Questions tagged as 'html'

0
answers

How an authentication validation works with Angular + PHP

I'm starting angular (version above 2) I'm studying angular communication with PHP, in the httpClient part (of rxjs) to make the GET, POST, PUT and DELETE understood well. My question is how does this work to login? From what I understand so far...
asked by 29.10.2018 / 23:45
0
answers

Export HTML table to Excel

I have this page in PHP that lists all my records, I'm trying to export it to Excel, but all the records come out in just one column. <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/classes/xajax.inc.php'; $url = "http://".$_SERVER["SERVE...
asked by 27.10.2018 / 02:21
4
answers

Phone and CPF masks in TextField

How can I put phone and CPF masks in text_field ? In app / views / layouts / application : <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.maskedinput.js">&l...
asked by 06.03.2015 / 03:52
4
answers

Creating elements with jQuery

How to create elements with jQuery ? I'll try to explain ... I have 2 screens, card registration and card display . For each registered card, I send it to the server and insert it into the internal database. So far so good....
asked by 03.10.2018 / 22:11
4
answers

Upload file with AJAX

I would like to know if there is any simple way to upload files via AJAX + JSON. If there is one, what would it be?     
asked by 18.03.2014 / 18:55
1
answer

Using Bootstrap in legacy layout without adoption of Grid system

Consider a complex and legacy table-dependent layout that can not be converted to tableless. From this premise, if we inserted CSS and Javascript from Bootstrap, could we use some components (such as Glyphicons or Navbar) or CSS as .visibl...
asked by 16.07.2014 / 15:24
3
answers

Use JQuery to change texts

Good morning! I do not have access to the HTML of a site that I'm editing, so to make additions, I only get via css or js. Basically I need to change a text from "service", to "Transfer" and to trying with jquery in the "Javascript in header"...
asked by 14.09.2018 / 20:21
1
answer

Put two tables next to a div

I have this code where it creates two tables and a div and the tables are below the div: <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <div id="calendar"...
asked by 06.09.2018 / 16:00
2
answers

how to display images with xsl with the img src of the xml file

I have for example the XSL code: <xsl:for-each select="//*"> <xsl:for-each select="imagem"> <img> <xsl:attribute name="src"> <xsl:value-of select="."/> </xsl:attribute> </img...
asked by 01.04.2014 / 21:00
4
answers

Error displaying video html

I am putting a video using html5 and codeigniter on my page, but it is only displaying the player without displaying the video. script: <video width="420" height="340" autoplay controls> <source src="<?php echo base_url('asset...
asked by 26.03.2014 / 19:07