Questions tagged as 'html'

0
answers

use shadowbox.js with variable href which is loaded from sql and json

Hello friends, I hope you can help me, what happens is that I try to show a sahdowbox from javascript and json code and I make a sql connection through a webmethod. The way I'm trying to show the shadowbox is like this: <br> $.ajax({...
asked by 07.08.2018 / 18:12
1
answer

Mouseover effect and click jQuery

Hello very good companions! I explain to you with images and code my problem and doubt. I have an image like this, in which I want that every time you pass the mouse over the crosses there will be a description and a title. So far, w...
asked by 18.07.2018 / 13:42
1
answer

error in script with jquery and php (validate form)

You see I'm using the plugin - > link to validate a form but I can not understand what I'm doing wrong to verify the user if it exists according to the console is a jquery error $(document).ready(function() { $("#ok").hide(); $("#signup...
asked by 18.07.2018 / 10:15
0
answers

Problem with JS and PHP

What happens is that I am developing a website with a shopping cart, which connects to paypal to make the payment. I have a database in MYSQL where I get the data of the products, the php page where the data is obtained by the products and shows...
asked by 20.07.2018 / 22:22
1
answer

How to save dynamic checkbox and textbox with a single button in MVC .Net

For each row of the records of my sql table in the view I add two checkboxes and a textbox to later save what has been selected and entered in the textbox, as I can know the checkboxes that were selected, the textbox text since data_id belongs t...
asked by 21.07.2018 / 03:49
1
answer

I have a db and the table I have it in phpmyadmin does not insert data

CONNECTION.PHP <?php $conexion = new mysqli("localhost", "fran","123","frankliber"); ?> FORMULARIO.PHP <!DOCTYPE html>- <html> <head> <title>Guardar</title> <meta charset="utf-8">...
asked by 18.07.2018 / 13:56
0
answers

Passing data from a form to an html table

I need help what happens is that I want to fill out a form and that each time I press add the values of that form they go to an html table, without needing to insert them in a table of the database. I also want to be able to eliminate without ne...
asked by 17.07.2018 / 16:53
0
answers

Create a slider with the arrow keys and with the mouse click

How to pass slides with the keys without this repetition effect happening with setInterval , when I have the mouse on the container and at the same time I press the key to go to through the images This is the codepen link The arrowKe...
asked by 17.07.2018 / 15:08
1
answer

Implement datatable in Django

I have the following Model: class Coin(models.Model): name = models.CharField(unique=True,max_length=50) short_name = models.CharField(unique=True,max_length=6) url = models.CharField(max_length=200) transaction_fee = models.Fl...
asked by 17.07.2018 / 21:50
1
answer

LIKE %% multiples in PHP and MYSQL

I have the following code: $sql="SELECT * FROM 'jsonBuscador' WHERE 'tags' LIKE '%$bafle%' AND ('tags' LIKE '%$marca1%' OR 'tags' LIKE '%$marca2%') AND 'tags' LIKE '%$size%' AND 'tags' LIKE '%$sistema%'"; in which I try to select the res...
asked by 19.07.2018 / 23:49