Questions tagged as 'html5'

1
answer

Show a modal with jquery taking a reference class

Good morning I am trying to show a modal when loading a page taking a reference class, what I want to achieve is to show the modal in only one page and in the others not what I'm thinking about is taking a reference class and show the modal if t...
asked by 07.09.2017 / 18:07
1
answer

News Slider

I wanted to make a% infinite% co containing news, so I want each image to show a text that in turn is a link to the news to read it in depth. Here is an example: News page with similar slider The thing is to make an infinite slider of im...
asked by 01.09.2017 / 18:38
1
answer

Visual effect in web navigation bar

I need your advice to achieve the following visual effect of the next navigation bar. What I want to achieve is that the links in the navigation bar have a lower height than the logo so that the same logo is highlighted, just like the l...
asked by 31.08.2017 / 06:28
1
answer

Help with an option selected

In these select I want to load the corresponding information for both, but I also want the select countries and cities, the selected country and city that the user has registered in the database, for the moment both functions work for me perfect...
asked by 20.08.2017 / 05:30
1
answer

canvas and MySQL DB

I am trying to develop a small application for the management of users of a clinic, and I am faced with a problem and it is as follows. This clinic has to make its patients sign a sheet of paper, which is the data protection law in Spain and to...
asked by 17.08.2017 / 12:35
1
answer

CSS background images in WordPress

I wanted to know how to link background-image in CSS in wordpress, I know that in the index to the images this code is added: php bloginfo ('template_url') for background-image is the same? thanks! php bloginfo ('template_url'); ???     
asked by 10.08.2017 / 22:24
1
answer

send arrangements from ajax

GOOD I am trying to send an ajax array to java but it only sends me a data and I want it to send the ones I choose in the checkbox function checkBoxElm_fav() { var Selec = document.getElementById("Selec").value; alert("cheked" + Se...
asked by 31.07.2017 / 20:53
1
answer

XML read error: incorrect content after an XML element of the document,

I am loading ajax when testing in the browser it launches the following error: $(document).ready(function () { $.ajax({ url: "otrapagina.html", method: "GET", dataType: "html", success: function (respon...
asked by 02.08.2017 / 20:57
0
answers

Problem with jQuery routine to display content with buttons

I have two buttons where I should press and show me three more buttons that are hidden plus one of the information on each button. My idea is that when I open the section it shows me the content of the first button (Neighbor Service), and tha...
asked by 20.07.2017 / 16:53
2
answers

show modal with jquery and bootstrap4

Good evening I am trying to call a modal with bootstrap 4 and jquery but I do not get it done as it says the documentation $ ('# myModal'). modal ('show') but it marks me an error link Could you help me please I've been trying for a while a...
asked by 22.07.2017 / 05:09