Questions tagged as 'html'

1
answer

Open modal from JS

I'm doing a query which generates certain information, implement a Modal. to see more info or something like that. The problem esque generated a lot of HTML code. how can I do it so that when I click on the button see more info send me to call t...
asked by 15.10.2017 / 10:35
1
answer

Disabling a section of code in a specific URL of laravel website [closed]

I have a web page and I use a general blade layout to extend it to all the pages that require it. On a certain page, suppose localhost: 8000 / book would like a section of code that extends from the general layout not to be displayed, is it poss...
asked by 21.06.2017 / 21:42
1
answer

My problem is that what you program so that it appears in "else" appears in the "if 1 and 2"

<!DOCTYPE html> <html> <head> <title>Tu peso en otro planeta</title> </head> <body> <h1>Tu peso en otro planeta</h1> <p>En la tierra pesas distinto que en <b> Marte...
asked by 25.12.2017 / 07:44
2
answers

How to make a Responsive Website [closed]

Cordial Greeting. I have a huge problem ... What happens is that I'm learning with this from websites, and make one, but obviously it only looks good on my computer screen, it's not responsive, I have a lot of styles, and I have not manage...
asked by 17.10.2018 / 15:29
1
answer

Shopping cart on web [closed]

Good evening, I have a problem and I hope you can help me, I'm a web designer with little experience and they offered me a job, but it's a virtual store and I'm missing the shopping cart. How could I do to have the shopping cart on the virtua...
asked by 04.02.2017 / 03:41
1
answer

Separate 1 variable in 2 when you find a JS Script [duplicated]

Cordial Greeting. I tell you what I want to do. Example, I have a variable like this: var id = "673728-882"; What I want to do, is that I separate that into 2 variables where the script is, example of how it should be: var id2 =...
asked by 22.11.2018 / 15:54
1
answer

How to check if a div has no content

I wanted to know how I can check if a div is empty by javascript without using jquery only with pure javascript. Because I have searched and only with jquery I can find it and I need it only with pure javascript.     
asked by 17.07.2018 / 18:02
1
answer

insert div in css? [closed]

I need to insert a tag inside css so that I can generate the selected source, but I can not do it here I leave the code ... <style> @font-face { font-family: "marsneveneksk2"; src: url("../fuentes/bub...
asked by 23.06.2018 / 06:10
1
answer

Problem loading data with JQuery in a table

Good morning everyone. I have the problem when loading some rows in a table, I have to click several times on the link that shows this table so that the rows appear. $("#btnlogin").click(function (){ var user = $("#user").val(); var pass =...
asked by 05.09.2017 / 22:13
1
answer

Attach mailto-html files

I need to send emails in my PHP application but they should not be sent automatically but the default web client should be opened in order to see the content of the message and be able to modify it if necessary. I've been using the html mailt...
asked by 18.08.2016 / 06:40