Questions tagged as 'html'

1
answer

Display images using URL Mysql Php

It was not for lack of trying but I'm having problems with one thing that I think can be considered simple. Well the project is a right site? It will be a merchandise and only query site. I created a Product Registration page.               Regi...
asked by 19.11.2016 / 18:29
0
answers

Enable 'invalid input' from foundation 6 via JS / jQuery

I'm developing a logins registration form. The login should be unique. Every time a login is entered in the field the onblur event makes a connection in ajax where it is checked if there is a typed login in the database. This form is done...
asked by 22.12.2016 / 17:22
2
answers

Align DIV with Absolute position to another DIV with FIXED position

I have a little problem here. in this website: link I need to align this image slider to the top of the screen, behind the main menu. As you can see, there is a black bar at the top. I put it with 10px height, but the idea is to leave it...
asked by 22.12.2016 / 16:52
1
answer

Remove element within iframe

Hello I have an Iframe that has an image and I would like to remove it, but it is not working ... <script> $( document).ready(function() { $(document).find("img[src='/assets/online/cf_logo-9733d198a764182fc89bc38518f73f91efd7a4...
asked by 30.11.2016 / 22:28
1
answer

Travers dynamically generated input array

I need to mount an array of a form in PHP that is dynamically generated with jquery and pass this data to the DB, I am not able to separate the forms to register in the DB. Follow the HTML: <form id="boletin_cad" action="env_boletin....
asked by 01.11.2016 / 00:14
2
answers

How do I keep the scroll position inside a div after updating dynamically with AJAX?

I'm building a mini forum, and in it, users can do posts and reply to them. For the page not to get too long, I put a div with a fixed height and width, and, if the text goes beyond this value, it will add a scrollbar, The problem...
asked by 31.10.2016 / 15:17
0
answers

Limit values displayed in jquery

How do I "limit the amount of values sorted by for below?" I tried to create an array with the Divs and change the display property .. however it does not take the order of the elements .. Much of this code has been removed from a previous...
asked by 27.01.2017 / 16:13
1
answer

Change height and width commas with mascára

I have a code that calculates the amount of rolls required according to the width and height of the person's wall. Currently the code for the comma mask is this: $('.virgula').mask('####00,00', {reverse: true}); $("#altura").f...
asked by 29.10.2016 / 02:56
1
answer

javascript function does not work completely with jQuery

Good evening. I'm having some trouble making another function work along with jQuery. The jQuery function is working as I would, but the one I created does not. In fact, it is almost completely functional, this function selects all the names...
asked by 26.10.2016 / 21:33
1
answer

How do the menus or classes appear gradually?

I would like a help, it is a project that would be a pizzeria site, where when the person entered the site did not appear all the "menus" or "classes" at a time, when you enter only the menu would appear, choose which pizzas the person would wan...
asked by 21.10.2016 / 17:54