Questions tagged as 'html'

1
answer

Tab via Jquery

I have a field with the "Barcode" class where a barcode reader will be used to fill it, at the end of the reading with the reader it will generate a \ n, I could already capture it and treat it, however, when that happens , I need to focus to th...
asked by 17.07.2015 / 19:41
1
answer

Error printing echo php into div

I am an amateur programmer and I have a problem printing a php echo inside a div. I have a file that, when accessed (one time only) will start the installation of the database: mysqli_report(MYSQLI_REPORT_STRICT); try { $mysqli = new...
asked by 01.03.2015 / 15:56
1
answer

noClonflict () jQuery - Does not work anymore

Hello, I was using jQuery's noClonflict () to have no conflict with the site link Initially it worked, but after a few days is giving trouble again. It is conflicting with the lojaintegrada classes. I was not able to get rid of the clonb...
asked by 15.05.2015 / 16:10
1
answer

Highlight table row under the cursor with Pure CSS

I created a very simple HTML table with 4 rows and 4 columns and I used Pure CSS to make it prettier. Next, I wanted the table row to be highlighted when the user hovered over that row. I just added the code below into the <head>...
asked by 16.05.2015 / 03:05
1
answer

How to upload in PHP data coming from a Form with support for text and an image?

In my project I have on a page a form to collect data that will be inserted in the database and in a folder of the server. My problem is that in this form I have a support for uploading images. Then in the PHP part to move this information to th...
asked by 25.03.2015 / 12:35
2
answers

Dynamic data display with PHP

I'm developing a website, where I have several products, for example and a button for each of them. When I click the button, it opens a modal (Bootstrap). But, I want to generate the contents of this modal, or the entire modal even dynamic...
asked by 26.03.2015 / 03:52
1
answer

Insert link in FancyBox popup image

How to insert a link in the image that pops up in fancybox after the click? HTML code snippet: <li> <a class="fancybox" rel="group" href="imagem_grande.jpg" title="nome_produto"> <img src="imagem_pequena.jpg" alt="Imag...
asked by 23.03.2015 / 17:44
2
answers

SELECT HTML field displaying Previous, current, and next month only

I need to make the SELECT field that looks like this today (code below) only displayed the previous, current, and next months. For example: As we are in the month of MAY, then it will display in this select (html) only the months of APRIL MAY an...
asked by 22.05.2015 / 13:56
1
answer

Prevent insertion of Zalgo Text into Inputs

I have a Aplicação Web that has a user registry, I would like to know how do I prevent the user from sending as a name, email (cadastral data) a Zalgo Text .    Zalgo Example Text: ̵̵̵̵̵̴̷̷̢̢̢̢̢̡̢̢̥͍̫̻͚̦͖͇͖̩͙͖̩͙̼̙̳̼̙̳̼̙̳̟̗̹̻̜...
asked by 22.05.2015 / 14:54
2
answers

Does not show users name in Jquery alert

I want to access the text content inside the div and show it in an alert (), but for this I have a list of users selected from the database, I did a little trick to add a counter in each div class that contains the user name, see example:...
asked by 08.02.2015 / 20:16