Questions tagged as 'html'

0
answers

JCarousel does not activate the Next button

I have a carousel that is created dynamically with data coming from the database. But when creating dynamically it does not appear to activate Next. How can I solve this? Here are the codes: JQUERY:$('.jcarousel-imagem-produto').jcarouse...
asked by 09.08.2017 / 15:52
1
answer

Slide Problem - Firefox Browser

I'm having a CSS development issue for a Slide, only in the Firefox browser. For the site I'm using a Jquery Malsup slide plugin Slide works seamlessly in other browsers, except in Firefox's Desktop mode. (Version 54.0.1) See the pictures....
asked by 14.08.2017 / 21:22
0
answers

Analytics Code appearing on Home Page

For some reason the Google Analytics code is showing up on a client's home page and I'm not able to remove it from it. And at the same time, of course, I need to keep it running. Thecodelookslikethis:onClick="ga('send', 'event', 'Forms', 'Cl...
asked by 14.08.2017 / 23:05
1
answer

Delete record button

I have a page that shows the registrations made in a form. When a registration is required to be deleted, I need to access phpMyAdmin, preventing anyone other than me from deleting the record. What I wanted: I wanted to make a button...
asked by 14.08.2017 / 19:48
1
answer

Two DIVs opening the same popup

I have two DIVs to open a specific popup, each. As pictured below: BelowistheHTMLthatmountsthetwoDIVs.<?php//Sessãoaindanãoiniciadaouusuárioinválidoif((!isset($_SESSION['usuario']))or($_SESSION['usuario']=='')){?><!--Divdeloginoucad...
asked by 14.08.2017 / 21:51
1
answer

align button and input to the right of another button

I'm bad at Frontend and would like to make the button  look next to the input and both on the right side of the "New" (float: right) button. Unfortunately I can not. <div class="form-group" > <form action = "buscarCon...
asked by 08.08.2017 / 20:23
1
answer

Add a page size controller [closed]

I would like to know how I can make this page size controller when resizing it as dynamic in this example of w3schools. I want to add this to my site and I believe it is with JavaScript I can leave this dynamic information clicking and draggin...
asked by 08.08.2017 / 21:46
0
answers

Duplication PHP content

When I duplicate this code, it appears vertically aligned, I would like to align this code horizontally <?php for($k=0;$k<count($items);$k++) { $item = $items[$k]; $expire_key = (isset($from_recv) ? $from_recv : 0).'|'.ltrim($i...
asked by 09.08.2017 / 01:49
2
answers

how do you call a javascript function on all buttons with a class

I would like to call this function that is called all imput by id="inviardesb" and exchange them for all input that has <div class="classchama"> As I call this function div <div class="buttons"> <div class="clas...
asked by 24.08.2017 / 22:45
1
answer

Is redundancy having a single button on the form and then assigning type = 'submit' to it?

In tooltip :    Redundant default attribute value assingment When you do exactly this line: <button type="submit" id="btnSubmit" class="width-65 pull-right btn btn-sm btn-success"> <span class="bigger-110">Cadastrar<...
asked by 24.08.2017 / 22:21